View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
joshua joshua is offline
external usenet poster
 
Posts: 25
Default Can I add more than 2 comparisons to an IF statement??

Hi can some one help me.
The user enters a number (percentage) in cell C8. There is Another Number in
D8.
My IF statement reads
=IF(C8D8-2%,"EXCELLENT","NEEDS ADJUSTING")
This works fine.
THE PROBLEM is that even though Nothing has been entered in the Cell C8 yet
the I keep recieving the Message "EXCELLENT".
THE QUESTION if have is what syntax do I use to tell excel to first check if
C8 is BLANK, if it is, to also return a BLANK, if it is not THEN TO Follow
the IF STATEMENT, above.