98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » Excel
Excel
Resolved · Low Priority · Version 2003
RE: Excel
Hello Darren
Thank you for your question and welcome to the forum.
The IF function is used to get Excel to evaluate the content of a cell for a certain criteria. If that criteria is met, Excel will display one result in the cell; if the criteria is not met it will display a different result. Basically you are getting Excel to choose between taking two different actions, by evaluating what is in a particular cell.
The IF function requires 3 parts to work:
1. The logical test: which cell you are getting Excel to evaluate, and what your criteria is (e.g. is the amount in the cell equal to, less than or greater than a certain value?)
2. The value_if_true: what you want Excel to do if the logical test is met
3. The value_if_false: what you want Excel to do if the logical test is not met.
I would advise using the insert function button (fx button to the left of the formula bar) to put the IF function into your spreadsheet.
Kind regards
Amanda
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Quickly insert a functionIn Excel 97 and 2000 it was known as the Paste Function dialog box, these days it's known as the Insert Function dialog box. Regardless, one has to choose Insert|Function. or the fx button to open it up. There is, however, a non-mousey way to get hold of the Insert Function dialog box: press Shift+F3 in a blank cell to open the Insert Function dialog. |