D
Dr. Harvey Waxman
I don't get the expected result. Can you see why?
If(cell A is not blank then
see if cell X is greater than the result of this calculation.
if so then cell X, otherwise
if cell X is less than cell Y
then check cell W
if cell W equal "R", do this calculation
otherwise do this calculation.
The answer is always cell X if Cell A isn't blank
this is the formula
=IF(P9644<>"",
IF(M9644>N9644/1000*$N$5,M9644,
IF(B9644="R",M9644*(1+$N$4),M9644*(1+$N$3))))
Thanks
Harvey
If(cell A is not blank then
see if cell X is greater than the result of this calculation.
if so then cell X, otherwise
if cell X is less than cell Y
then check cell W
if cell W equal "R", do this calculation
otherwise do this calculation.
The answer is always cell X if Cell A isn't blank
this is the formula
=IF(P9644<>"",
IF(M9644>N9644/1000*$N$5,M9644,
IF(B9644="R",M9644*(1+$N$4),M9644*(1+$N$3))))
Thanks
Harvey