Forum 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
For upcoming training course dates see: Pricing & availability
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.
|
