bitm interview Flashcards
(54 cards)
Spreadsheet
electronic file consisting of a grid of columns and rows that
Organizes related data
Displays results of calculations
Enables interpretation of quantitative data for decision making
Cell
the intersections of columns and rows
Cell reference and cell address
ref.: used in formulas to refer to a specific cell
add.: location of cells
active cell
the current cell in a worksheet, found in the name box
name box
displays the address(or name) of the active cell, selected chart, or selected table
used to go to cells and ranges or assign a name
range
a group of adjacent or contiguous cells in a worksheet (close to each other)
formula
combines cell references, arithmetic operations, values, and/or functions used in calculation
what is a worksheet and a workbook
worksheet: spreadsheet that usually contains descriptive labels, numeric values, formulas, functions, and charts.
workbook: a collection of one or more related worksheets contained within a single file.
AutoComplete
searches for and automatically displays any other matching text
what does a function have to begin with to be valid
=
cell style
impacts the appearance not the data itself
Alignment:
indicates how data are positioned in the boundaries of a cell
Wrap text:
word-wraps data on multiple lines within a cell
Backstage view:
displays print options and the worksheet in print preview mode
range finder
highlights and color codes each cell as you type its address
Point and Click to Build a Formula:
Instead of typing a cell address, you point to and click the cell to enter its address in a formula.
Excel follows PEMDAS but why
to control the sequence in which arithmetic operations are performed, which affects the result of the calculation.
What is a relative reference and an example of one
when formulas adapt to their relative position when copied/pasted . A1
What is an absolute reference and an example of one
in a formula it maintains that address when the formula is copied
meaning it remains constant
$A$1
What is a mixed cell reference and an example of one
a combo, either the column letter or the row number that has the absolute reference remains fixed while the other part of the cell reference that is relative changes when the formula is copied.
What is a 3D reference, an example of one, and what types of references can it use
includes the name of the worksheet and can be absolute, mixed, or relative.
Ex:
=Sheet2!$B$2
SUM function
totals values in one or more cells and displays the result in the cell containing the function.
AVERAGE function
calculates the arithmetic mean, or average, for the values in a range of cells.
MEDIAN function
finds the numerical midpoint value, which is the value that one half of the data set is above or below.