ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Need Help With IF statement (https://www.excelbanter.com/excel-discussion-misc-queries/141088-need-help-if-statement.html)

XFILES

Need Help With IF statement
 
Hello,

Here's what I'm trying to do. I have a number in cell C2. If the number is
0 I want cell D2 to display, NEUTRAL, if the number in cell C2 is 0 I want
cell D2 to display OVER, and if the number in cell C2 is <0 I want cell D2
to display UNDER. I hope that makes sense. Thanks for any help anyone can
give.

Peo Sjoblom

Need Help With IF statement
 
=IF(C2="","",IF(C20,"Over",IF(C2=0,"Neutral","Und er")))


--
Regards,

Peo Sjoblom


"XFILES" wrote in message
...
Hello,

Here's what I'm trying to do. I have a number in cell C2. If the number
is
0 I want cell D2 to display, NEUTRAL, if the number in cell C2 is 0 I
want
cell D2 to display OVER, and if the number in cell C2 is <0 I want cell
D2
to display UNDER. I hope that makes sense. Thanks for any help anyone
can
give.




XFILES

Need Help With IF statement
 
Nevermind. I figured it out.

"XFILES" wrote:

Hello,

Here's what I'm trying to do. I have a number in cell C2. If the number is
0 I want cell D2 to display, NEUTRAL, if the number in cell C2 is 0 I want
cell D2 to display OVER, and if the number in cell C2 is <0 I want cell D2
to display UNDER. I hope that makes sense. Thanks for any help anyone can
give.


PCLIVE

Need Help With IF statement
 
=IF(C2=0,"NEUTRAL",IF(C20,"OVER","UNDER"))

Regards,
Paul

"XFILES" wrote in message
...
Hello,

Here's what I'm trying to do. I have a number in cell C2. If the number
is
0 I want cell D2 to display, NEUTRAL, if the number in cell C2 is 0 I
want
cell D2 to display OVER, and if the number in cell C2 is <0 I want cell
D2
to display UNDER. I hope that makes sense. Thanks for any help anyone
can
give.




bj

Need Help With IF statement
 
in D2 enter
=if(C20,"Over",If(C2<0,"Under",Neutral"))

"XFILES" wrote:

Hello,

Here's what I'm trying to do. I have a number in cell C2. If the number is
0 I want cell D2 to display, NEUTRAL, if the number in cell C2 is 0 I want
cell D2 to display OVER, and if the number in cell C2 is <0 I want cell D2
to display UNDER. I hope that makes sense. Thanks for any help anyone can
give.


XFILES

Need Help With IF statement
 
Thanks for all the great answers. I appreciate it. You people are the best.

"PCLIVE" wrote:

=IF(C2=0,"NEUTRAL",IF(C20,"OVER","UNDER"))

Regards,
Paul

"XFILES" wrote in message
...
Hello,

Here's what I'm trying to do. I have a number in cell C2. If the number
is
0 I want cell D2 to display, NEUTRAL, if the number in cell C2 is 0 I
want
cell D2 to display OVER, and if the number in cell C2 is <0 I want cell
D2
to display UNDER. I hope that makes sense. Thanks for any help anyone
can
give.






All times are GMT +1. The time now is 06:18 AM.

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