Excel 1.04 Guided Notes Student
Excel 1.04 Guided Notes Student
Excel 1.04 Guided Notes Student
Display Formulas
A formula is an __________ that performs calculations on values in a worksheet.
In Excel, a value can be a number, a cell address, a date, text, or __________ data, but is usually
a number or cell address in terms of formulas.
A formula consists of two elements:
Operands identify the values (constant value, or a variable such as a cell reference, a range
of cells, or another formula) to be used in the calculation.
Constant: Number or text value that is entered directly into a formula.
Variable: Symbol or name that represents something else (cell address, a range of cells, etc.)
Calculation __________ specify the calculations to be performed. To allow Excel to distinguish
formulas from data, __________ formulas begin with an __________ sign (=).
Excel uses __________ types of calculation operators: arithmetic, comparison, __________, and
reference.
When you build a formula, it appears in the __________ and in the cell itself.
When you press Enter, the __________ displays in the cell and the __________ displays in the
formula bar if you select the cell.
You can edit a formula in the cell or in the formula bar the same way you can edit any data
entry.
When you click the Show Formulas button on the Formulas tab, __________ in your worksheet
display.
Click the Show Formulas button again to toggle off display of formulas.
If you use more than one operator in a formula, Excel follows a specific order—called the
__________ —to calculate the formula.
__________ play an important role in controlling the order of operations.
7 + 8 * 3 / 2 − 4 = 15
Following arithmetic operator priorities, the first operation is 8 multiplied by 3 and that result is
divided by 2. Then 7 is added and 4 is subtracted.
You can use parentheses in a formula to __________ the standard order of operations.
Excel performs calculations on formulas inside parentheses first.
Parentheses inside of parentheses are called __________ parentheses.
Calculations are performed on formulas in the __________ set of parentheses first, and from
left to right if nested parentheses are at the same level. Therefore, the result of the following
formula with parentheses is different from the previous one:
(7 + 8) * (3 / 2)) − 4 = 18.5
Following arithmetic operator priorities, the first operation is the sum of 7 + 8 multiplied by the
quotient of 3 divided by 2. Then, 4 is subtracted.
Naming a Range
When you refer to the same cell range over and over, it might be more convenient to give it a
__________.
Excel recognizes the name as the cell range and uses the values in those cells to do what you
specified.
If you have a series of sales figures in a column, instead of referring to them as the range
C4:C10, you can name them SalesQ3. Any time you use the name SalesQ3 in a formula, Excel
uses the values in those cells.
In the New Name dialog box, if you select a worksheet name from the Scope list, the scope is at
the local worksheet level.
If you select __________, the scope is at the global workbook level.
If you defined a named range after you entered a cell __________ in a formula, update the
existing cell __________ to the defined name.
Select an empty cell, click the arrow next to Define Name, and click Apply Names.
In the __________ dialog box, click one or more names, and click OK.
After creating named ranges, you can select a name in the __________ Box drop-down list to
select the named range on the worksheet.