Ctrl+Z
.Ctrl+E
.Format
→ AutoFit Column Width
*
)Written with
=
, combine operators/functions as needed.
=B2+C2
→ becomes =B3+C3
$
(e.g. $B$12
)$B12
or B$12
)=IF(condition, true_result, false_result)
nested IFs
)""
)$
for absolute table address in formula when copying.IFERROR
to display custom text on errors.TBL_Books
)[TBL_Books][Price]
)| Error | Reason | Fix | | -------------- | ------------------------------------------ | ------------------------------- | | ###### | Column not wide enough | Double-click column edge | | #DIV/0! | Division by zero | Use IF or IFERROR to handle | | #N/A | VLOOKUP can't find value | Check lookup value/table | | #NAME? | Formula misspelled or unknown name | Correct spelling | | #VALUE! | Incompatible data or syntax | Fix formula/data type | | #NULL! | Accidental space in formula (intersect op) | Remove extra/incorrect spaces | | #NUM! | Impossible calculation (sqrt(-9)) | Adjust calculation |
IFERROR(formula, "Alternative text")
.Happy Excel Learning! If you have questions, leave them in the video comments or check the description for relevant links and resources.