RE: IF statements
Hi Saira,
Thank you for your question and welcome to the forum.
An IF function has 3 arguments:
Logical Test, True, False
e.g. If cell A1 has 20000 in it.
The Logical test might be whether A1>15000. So you are testing cell A1 and seeing whether it is greater than 15000.
If that condition is met, then you have to enter a value for the TRUE argument and if it isn't met(a1 is less than 15000) then you need to enter a value for the false argument.
e.g. =if(a1>15000,"Yes","No")
If you are typing the formula directly in the cell, if you are specifying text as the True and False arguments, then you need to place the text in speech marks as shown above.
Please check the link below:
http://www.homeandlearn.co.uk/excel2007/excel2007s6p1.html
I hope this helps.
Regards
Simon