1. First, congratulations. You realized it was the wrong number before you sent the results out to the rest of your team.
2. Second, you still have a problem. You can't find the error in the middle of all the parentheses, functions, and other clutter.
In comes "Evaluate Formula" to help solve the problem. Evaluate Formula is used to "step through" the portions of your formula. "Step through" is a common programming term that means to do something one step at a time, so you can find the problem in the middle of a multi-step process.
Usage:
Each time you push Evaluate, one single portion of the Excel formula in your current cell is executed.
Press Evaluate, then look to see if that portion of the formula pulled in the numbers in Excel that you expected. Excel highlights in blue in the upper box which portion of the formula it just ran, then shows the result in the lower box. If that intermediate result was correct, press evaluate again to see the next portion.
Repeat until you find the number Excel is using that you didn't expect. Correct that portion of the formula, and then Evaluate again to make sure that new cell formula gives the correct result. This process can take time, but it also gives you a step-by-step task list of items to check.
Repeat until you find the number Excel is using that you didn't expect. Correct that portion of the formula, and then Evaluate again to make sure that new cell formula gives the correct result. This process can take time, but it also gives you a step-by-step task list of items to check.
How to find it:
Evaluate Formula is found under Tools->Formula Auditing in Excel 2003. Search for "Evaluate Formula" in Excel help to find it in newer versions of Excel.
More information:
Additional helpful details can be found found at Mr Excel (a straightforward, reliable source of help) and on Microsoft's website.