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 » 'if'' statements
'if'' statements
Resolved · Low Priority · Version 2003
Rebecca has attended:
Excel Intermediate course
'if'' statements
Please re-iterate the structure of if statements
RE: 'if'' statements
Hi Rebecca,
Thank you for your question.
An IF statement consists of three arguments, Condition or Logical Test followed by a True answer and a False answer.
Here is an example:
=IF(C2>200,"Yes","No")
OR
=IF(C2>200,A2*5%,A2*2.5%)
So Logical Test, True, False.
I hope this answers your question.
Regards
Simon
Sun 5 Dec 2010: Automatically marked as resolved.
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:Using an equal (=) sign that isn't part of a formulaBefore you type the equal sign, type an apostrophe: ' |