This is the name for an excel file.
What is a workbook?
This is an equation that is entered in a cell.
What is a formula?
This is a predefined formula that performs a calculation based on values entered.
What is a function?
In the formula "=F3+5" what part of the formula is the "+"?
What is the operator?
What number would would the formula "=COUNT(A2:A7)" return?
What is 4?
This is the name for an excel spreadsheet page.
What is a worksheet?
What are the three parts of a formula?
What is
Equal sign: (=) must be the first character entered in the cell or formula bar. It tells the spreadsheet a calculation is to be performed.
Operand: values or data used in the formula's calculation.
Operator: indicates the type of calculation to be done.
These are the three parts of a function.
What is An equal sign, the function name, and the arguments.
Which of these formulas contains a cell reference:
=F6/3
=G10
=10+13
=21-6
What is the formula F6/3?
What is the function name in this formula? =COUNT(B11:H14)
What is COUNT?
This is where the row and column intersect. It usually contains the column letter and row number (e.g. E7)
What is a cell's address?
These are the two ways to enter a formula in a spreadsheet?
What is
1. Enter the formula directly in the cell
2. Select the cell and enter the formula in the Formula Bar
These are the functions we used in the second excel project - the Show me the Money Project.
What are the AVERAGE, MAX, and MIN functions.
Which of these formulas is a complex formula:
=D6/5
=10-(A3-D13)
=5+A1*B1
=C3+10+E3
What is the formula 5+A1*B1?
Which formula would you enter to return the number 45.1?
What is MAX(A2:B5)?
Looking here allows you to see the address of the cell you have selected
What is the Name Box?
These are the two ways you can edit a formula in a spreadsheet.
What is
1. Double-click on the cell and edit the formula in the cell.
2. Select the cell and edit the formula in the Formula Bar.
This function adds all the values in a range of cells together.
What is the SUM function.
Using the correct order of operations, what does the formula equal? =(4-2)*6/2
What is 6?
This would be the best formula for finding the total value for cells B2 through B5.
These are pieces of information that describe the appearance of the cell's content.
What are format attributes?
You can use these to force an order of operations in a formula.
What is By using parentheses you can force an order of operations in a formula.
What is the argument in this formula =COUNT(B11:H14)
What is B11:H14
What is...
MAX - calculates the largest value in the data set
MIN - calculates the smallest value in the data set
COUNT - counts the total number of values in the selected group of cells.