ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Analyzing multiple IF formulas for a single answer (https://www.excelbanter.com/excel-discussion-misc-queries/203457-analyzing-multiple-if-formulas-single-answer.html)

heyredone

Analyzing multiple IF formulas for a single answer
 
I am creating a worksheet that will require analyzing multiple IF formulas to
provide a single answer in a cell.

Currently in cell J8 I have:
=IF(I8<=0,"NG",IF(I8=30,"30"))
I want to also add ... if I8=1 and I8<30, then it inserts the number that
is currently in cell I8.

How do I add this formula to the current string I have?
Thank you!
--
heyredone

Fred Smith[_4_]

Analyzing multiple IF formulas for a single answer
 
Try this:

=IF(I8<=0,"NG",if(i8<1,"Undefined",if(i8<30,i8,30) ))

Change "Undefined" to whatever you want to happen when I8 is between 0 and
1.

Regards,
Fred.


"heyredone" wrote in message
...
I am creating a worksheet that will require analyzing multiple IF formulas
to
provide a single answer in a cell.

Currently in cell J8 I have:
=IF(I8<=0,"NG",IF(I8=30,"30"))
I want to also add ... if I8=1 and I8<30, then it inserts the number that
is currently in cell I8.

How do I add this formula to the current string I have?
Thank you!
--
heyredone



heyredone

Analyzing multiple IF formulas for a single answer
 
Oh, thank you so very much! That worked perfectly!
--
heyredone


"Fred Smith" wrote:

Try this:

=IF(I8<=0,"NG",if(i8<1,"Undefined",if(i8<30,i8,30) ))

Change "Undefined" to whatever you want to happen when I8 is between 0 and
1.

Regards,
Fred.


"heyredone" wrote in message
...
I am creating a worksheet that will require analyzing multiple IF formulas
to
provide a single answer in a cell.

Currently in cell J8 I have:
=IF(I8<=0,"NG",IF(I8=30,"30"))
I want to also add ... if I8=1 and I8<30, then it inserts the number that
is currently in cell I8.

How do I add this formula to the current string I have?
Thank you!
--
heyredone




Fred Smith[_4_]

Analyzing multiple IF formulas for a single answer
 
Glad I could help.

Regards,
Fred.

"heyredone" wrote in message
...
Oh, thank you so very much! That worked perfectly!
--
heyredone


"Fred Smith" wrote:

Try this:

=IF(I8<=0,"NG",if(i8<1,"Undefined",if(i8<30,i8,30) ))

Change "Undefined" to whatever you want to happen when I8 is between 0
and
1.

Regards,
Fred.


"heyredone" wrote in message
...
I am creating a worksheet that will require analyzing multiple IF
formulas
to
provide a single answer in a cell.

Currently in cell J8 I have:
=IF(I8<=0,"NG",IF(I8=30,"30"))
I want to also add ... if I8=1 and I8<30, then it inserts the number
that
is currently in cell I8.

How do I add this formula to the current string I have?
Thank you!
--
heyredone






All times are GMT +1. The time now is 12:01 PM.

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