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