Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Rochelle B
 
Posts: n/a
Default HOW DO I NEST MORE THAN 1 IF FUNCTION?

I have been fighting this dilema for 3 weeks.
tempred min sft 4($L$9)
annealed min sft 1($L$10)
heatstrengthened min sft 2($L$11)
qty(C13) Width(E13) Height (I13) sft temp(u13) ann(v13)
ht str(w13)
5 5 5 X

in sft, I need A FORMULA TO
=IF(U13="X",EVEN(E13)*EVEN(I13)/144 at this point I need the formula
to calculate if the product returned is greater than $L$9 (BEING MIN SFT OF
4) to calculate EVEN(E13)*EVEN(I13)*C13/144, if not true, then return $L$9)
but if u13 DOES NOT have an X and v13 DOES have an X, then I need to repeat
the IF formula with using $L$10, and again the same if formula, if $L$10 DOES
NOT have an X and w13 DOES, then it needs to calculate using $L$11.

The bottom line is, that depending on which box has an "X" depends which
boxes to use for calculation. I can get 1 IF function to work with this but
not three and I can't get it to return the min of 4 sft if the total product
is less than 4


  #2   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

=(U13="X")*MAX($L$9,EVEN(E13)*EVEN(I13)/144)+AND(U13<"X,V13="X")*MAX(?,?)+A
ND(U13<"X,V13<"X";?="X")*MAX(?,?)+etc.
or
IF(U13="X",MAX($L$9,EVEN(E13)*EVEN(I13)/144),IF(V13="X",MAX(?,?)+AND(U13<"X
,V13<"X";?="X"),IF(?,?,...)))
(you can nest up to 7 IF's in such way)

Sorry, but your explanations are a mess - it was impossible to understand,
what are conditions after 2nd, and return formulas after 1st. (PS. When
there are common parts in all return formulas, then it is possible to reduce
both formulas above somewhat).

--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets


"Rochelle B" <Rochelle wrote in message
...
I have been fighting this dilema for 3 weeks.
tempred min sft 4($L$9)
annealed min sft 1($L$10)
heatstrengthened min sft 2($L$11)
qty(C13) Width(E13) Height (I13) sft temp(u13)

ann(v13)
ht str(w13)
5 5 5

X

in sft, I need A FORMULA TO
=IF(U13="X",EVEN(E13)*EVEN(I13)/144 at this point I need the formula
to calculate if the product returned is greater than $L$9 (BEING MIN SFT

OF
4) to calculate EVEN(E13)*EVEN(I13)*C13/144, if not true, then return

$L$9)
but if u13 DOES NOT have an X and v13 DOES have an X, then I need to

repeat
the IF formula with using $L$10, and again the same if formula, if $L$10

DOES
NOT have an X and w13 DOES, then it needs to calculate using $L$11.

The bottom line is, that depending on which box has an "X" depends which
boxes to use for calculation. I can get 1 IF function to work with this

but
not three and I can't get it to return the min of 4 sft if the total

product
is less than 4




  #3   Report Post  
Rochelle B
 
Posts: n/a
Default

I know this is a mess. MYour response has me on the right track but please
let me explain a little further (I hope I can).

the situation is: Depending on which kind of glass is being measured, and
an X designates this U13, V13 or W13, this should tell the formula which
cells to p/u and calculate...Always being: even(u13)*even(i13) and then by
the determination of where the X is located, it has to determind which
minimum sft to use to see if it falls under the MINIMUM SFT ORDER, being
either
($L$9),($L$10)or ($L$11)

I wish I could send you the spreadsheet. I have to have this ready by friday.

"Arvi Laanemets" wrote:

Hi

=(U13="X")*MAX($L$9,EVEN(E13)*EVEN(I13)/144)+AND(U13<"X,V13="X")*MAX(?,?)+A
ND(U13<"X,V13<"X";?="X")*MAX(?,?)+etc.
or
IF(U13="X",MAX($L$9,EVEN(E13)*EVEN(I13)/144),IF(V13="X",MAX(?,?)+AND(U13<"X
,V13<"X";?="X"),IF(?,?,...)))
(you can nest up to 7 IF's in such way)

Sorry, but your explanations are a mess - it was impossible to understand,
what are conditions after 2nd, and return formulas after 1st. (PS. When
there are common parts in all return formulas, then it is possible to reduce
both formulas above somewhat).

--
When sending mail, use address arvil<attarkon.ee
Arvi Laanemets


"Rochelle B" <Rochelle wrote in message
...
I have been fighting this dilema for 3 weeks.
tempred min sft 4($L$9)
annealed min sft 1($L$10)
heatstrengthened min sft 2($L$11)
qty(C13) Width(E13) Height (I13) sft temp(u13)

ann(v13)
ht str(w13)
5 5 5

X

in sft, I need A FORMULA TO
=IF(U13="X",EVEN(E13)*EVEN(I13)/144 at this point I need the formula
to calculate if the product returned is greater than $L$9 (BEING MIN SFT

OF
4) to calculate EVEN(E13)*EVEN(I13)*C13/144, if not true, then return

$L$9)
but if u13 DOES NOT have an X and v13 DOES have an X, then I need to

repeat
the IF formula with using $L$10, and again the same if formula, if $L$10

DOES
NOT have an X and w13 DOES, then it needs to calculate using $L$11.

The bottom line is, that depending on which box has an "X" depends which
boxes to use for calculation. I can get 1 IF function to work with this

but
not three and I can't get it to return the min of 4 sft if the total

product
is less than 4





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to nest a left function within a sumif function? LisaK Excel Worksheet Functions 2 April 23rd 23 11:46 AM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Need a ISWorkday Function -- Any Ideas Mark Excel Worksheet Functions 5 March 29th 05 01:58 AM
Can you nest a MID function within a IF function in Excel Dawn-Anne Excel Worksheet Functions 2 March 4th 05 01:37 PM
How do I nest an OR function within an AND function? DebbieK Excel Worksheet Functions 3 November 30th 04 06:03 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"