5. Spreadsheet Formulas And Functions Flashcards
What are some common error codes encountered with formulas?
- # DIV/0!
- # NAME!
- # NULL!
- # NUM!
- # REF!
- # VALUE!
- # NA!
What does a formula start with?
An “=” sign
What does the error code #DIV/0 mean?
Trying to divide a cell by zero or the cell is empty
What does #NAME! Mean?
Does not recognize text in formula
What does #NULL! Mean?
When a space is used instead of a comma to separate arguments
What does #NUM! Mean?
When number result is too large or too small
What is #REF!?
Invalid cell reference
What’s #VALUE!?
When the wrong argument or operator is used
How is a value added from another sheet?
A1+Sheet1!A1
How are values and text combined?
By using “&”
What is a relative reference?
When a formula is copied across a range, the row and column reference will be adaptable
What is an absolute reference?
Where copying a formula it won’t change
How is an absolute revenue made?
$ before row or column
What is an argument?
The information needed by function
What are the reference operators for functions?
- Colon: used to select cells in between
2. Comma: used to select specified cells