ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Can I add more than 2 comparisons to an IF statement?? (https://www.excelbanter.com/excel-discussion-misc-queries/101529-can-i-add-more-than-2-comparisons-if-statement.html)

joshua

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.

Dave Peterson

Can I add more than 2 comparisons to an IF statement??
 
=if(c8="","",if(c8d8-2%, .....



joshua wrote:

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.


--

Dave Peterson

Don Guillett

Can I add more than 2 comparisons to an IF statement??
 
=IF(and(isblank(c8)=false,C8D8-2%),"EXCELLENT","NEEDS ADJUSTING")


--
Don Guillett
SalesAid Software

"joshua" wrote in message
...
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.




joshua

Can I add more than 2 comparisons to an IF statement??
 
Thank you Dave! Appreciate the help SOoooooMuch!
joshua

"Dave Peterson" wrote:

=if(c8="","",if(c8d8-2%, .....



joshua wrote:

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.


--

Dave Peterson



All times are GMT +1. The time now is 11:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com