bitm Flashcards
(57 cards)
What a Spreadsheet is
an electronic file that contains grids made up of columns and rows
- to organize related data and to display results of calculations, enabling 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.
How is the sum function written
=SUM()
What is a fill handle
small green square in the bottom right corner of the active cell
What is the cause of ##### in a cell
the data in the cell is too large to fit in the cell, the column width needs to be increased
How many worksheets are available by default when you create a workbook
1
What does a double horizontal or vertical line indicate
hidden rows or columns
What is a way to change a cell without affecting the content?
cell style
What is merge and center and wrap text for
merge and center: to combine selected cells together only cells from the far left cell are remained
wrap text: word-wrapping data on multiple lines within a cell
How do negative numbers appear when using accounting or currency formatting
acc: number within the parenthesis, NO negative sign
cur: negative sign in front of the dollar sign
What can be present while using special format style
hypen or parenthases
Why might hiding cells be useful
data you wont want to display
What is a backstage view in terms of printing
displays print options and the worksheet in print preview mode.
Why might a header or footer be useful
additional information about the worksheet. You can include your name, the date the worksheet was prepared, and page numbers, for example.
What does a range finder do
Highlights and color codes each cell as you type its address
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
change when a formula is copied. A1
What is an absolute reference and an example of one
the opposite, remain constant, no matter where they are copied
$A$1