Excel_Advanced_Formulas_And_Functions_Post_Course_Reference
Excel_Advanced_Formulas_And_Functions_Post_Course_Reference
IF
In MS Excel, nested functions are executed from the inside out. This means
AND
that the most deeply nested function, which is the one inside all the others,
is calculated first. Then, Excel works its way outward, calculating each
OR
surrounding function using the result of the inner function as its argument.
=IF(AND(C14>20000,OR(B14="west",B14="north")),$F$7,$F$8)
Auditing formulas
MS Excel’s auditing formulas are a set of tools designed to help you understand, analyze, and debug formulas in your
spreadsheets. Here’s a brief overview of the key auditing tools:
Trace Precedents: This tool shows you all the cells that directly supply data to a selected cell’s formula. It helps you see
where the formula’s input comes from by drawing arrows from the input cells to the formula cell1.
Trace Dependents: Opposite to Trace Precedents, Trace Dependents identifies all the cells that depend on the value
of the selected cell. It’s useful for understanding the impact of the selected cell on other parts of the spreadsheet.
Show Formulas: Instead of displaying the results of the formulas, this option shows the actual formulas within the cells.
This is particularly helpful when you want to review or edit the formulas directly.
Error Checking: Excel’s error checking tool helps you find and correct common errors in your formulas, such as division
by zero, reference errors, or incorrect arguments.
Evaluate Formula: This tool allows you to step through a formula’s calculation sequence one step at a time. It’s a powerful
way to debug complex formulas by evaluating each part individually.
Remove Arrows: After using Trace Precedents or Trace Dependents, you can remove the arrows from the spreadsheet
with this option to declutter your view.
These tools are found on the Formulas tab, in the Formula Auditing group. They are instrumental in ensuring the
accuracy and integrity of your data by providing a clear visual representation of the relationships between cells and formulas.