R
Rich D.
Greetings-
I have a basic understanding of Excel, but I am not a logic wiz...
I am attempting to create a formula that will return a numeric valu
for one of two different calculations nested within the formula
depending on whether criteria are met. In other words, I only want th
results of second calculation to display if the specified criteria i
the first calculation are FALSE. If the specified criteria in the firs
calculation are met, I would like the results of that calculation t
display.
Part One of the would-be formula works fine as a stand-alone, an
appears like this:
=IF(I95>=K95,L95>=I95*$N$82)*($N$77/I95*(I95*$N$83))
Part Two of the would-be formula works fine as a stand-alone, an
appears like this:
=IF(I95>=K95,L95<I95*$N$82)*($N$77/I95*E10)-$N$77
Can I embed these two arguments within the same formula, triggerin
Part Two only if the conditions contained in the first half of Part On
due not trigger Part One?
Is this a syntax issue, or am I attempting to ask Excel to perform i
one formula what it needs multiple formulae to accomplish?
Thank you for any insight,
Ric
I have a basic understanding of Excel, but I am not a logic wiz...
I am attempting to create a formula that will return a numeric valu
for one of two different calculations nested within the formula
depending on whether criteria are met. In other words, I only want th
results of second calculation to display if the specified criteria i
the first calculation are FALSE. If the specified criteria in the firs
calculation are met, I would like the results of that calculation t
display.
Part One of the would-be formula works fine as a stand-alone, an
appears like this:
=IF(I95>=K95,L95>=I95*$N$82)*($N$77/I95*(I95*$N$83))
Part Two of the would-be formula works fine as a stand-alone, an
appears like this:
=IF(I95>=K95,L95<I95*$N$82)*($N$77/I95*E10)-$N$77
Can I embed these two arguments within the same formula, triggerin
Part Two only if the conditions contained in the first half of Part On
due not trigger Part One?
Is this a syntax issue, or am I attempting to ask Excel to perform i
one formula what it needs multiple formulae to accomplish?
Thank you for any insight,
Ric