N
Nick
Hi,
I'm trying to make a nested function that will apply a
different equation to a number depending on the size of
the number. For instance, I thought I could do this by
IF(B2>1000,(1-(J9*(D18^(-1*I9)))), FALSE),IF(B2>500,(1-(J8*
(D18^(-1*I8)))),FALSE)....etc
but as soon as there are two FALSE messages, Excel returns
a #VALUE error message, which overwrites any valid answer
that may be returned.
Is there any way around this?
Many thanks for any help.
I'm trying to make a nested function that will apply a
different equation to a number depending on the size of
the number. For instance, I thought I could do this by
IF(B2>1000,(1-(J9*(D18^(-1*I9)))), FALSE),IF(B2>500,(1-(J8*
(D18^(-1*I8)))),FALSE)....etc
but as soon as there are two FALSE messages, Excel returns
a #VALUE error message, which overwrites any valid answer
that may be returned.
Is there any way around this?
Many thanks for any help.