Excel Functions Formulas
Excel Functions Formulas
Val Singler
Formulas
5 Elements of a
Formula
– Operators
– Cell References
– Literal Values
– Worksheet Functions
and their Arguments
– Parentheses
Operators/Precedence
Operator Precedence
Parentheses
– Override Excel’s built-in order of precedence
– Control the order of the operations
– Expressions in parentheses always get evaluated
first
Relative & Absolute References
“Relative” Addressing
– A formula adjusts “relative” to its location in the
worksheet
Absolute Cell References
– Used to prevent a formula from adjusting to its
location
Mixed Cell References
– Placement of $ determines the portion of a cell
reference that will remain constant
Relative & Absolute References
Nested Parentheses
– Parentheses within parentheses
– Excel evaluates the deepest nested expression first and then
works its way out
– Every left nested parenthesis must have a matching right
parenthesis
(((((B2)))))
Tips for Editing a Formula
Common Problems
– Incorrect type of data for function arguments or missing
arguments
– Trying to nest more than seven (7) functions
– Parentheses not correctly balanced and paired
– When referring to another worksheet or workbook in a formula
or function, make sure any names are set off with quotation
marks
– Some functions will not work properly if you enter numbers
using format code (i.e. %) -- most functions require plain
numbers
Errors
Types of Errors
– #REF!
– #VALUE
– #NAME
– #DIV/0
– #N/A
– #NUM
– #NULL
Auditing Toolbar
What’s It For?
– Double-checking results
– Troubleshooting error codes
Where is it?
– ToolsFormula AuditingShow Formula Auditing Toolbar or
– ViewToolbarsFormula Auditing
Error Checking
Analysis Toolpak
Where to Find the
Add-Ins
– ToolsAdd-Ins
– If the add-ins are
available, just check the
boxes and click Okay
Everyday Functions
VLOOKUP
– Help track down specific information in a table based on the
contents of a cell used for comparison
NETWORKDAYS**
– Find the total number of workdays between two dates,
excluding holidays
WORKDAYS**
– Calculates a finish date
SUMIF/COUNTIF
– Sum or count when a specified
condition is met
Bonus Function Tricks