T
Tony
Hello,
Frank. you helped me earlier on a formula and maybe you
can help me on this one too. I am thinking that I need
to have something equivalent to an "OR" statement but I
dont know of one.
I have a formula =
=IF(AND(AA16=5,AB16=10),AH16*19/55,IF(AND
(AA16=5,F16=20),AH16*74/210, IF(AND
(AA16=4,AB16=8),AH16*15/36,IF(AND
(AA16=4,AB16=16),AH16*58/136))))
This formula only works if the cells AA16=5 and AB16=10.
If those two cells are any of the other values in the
formula then it returns "FALSE". I want it to calculate
and dont want it to return "FALSE". I am thiking there
has to be something equivalent to "OR" in this formula to
make it work if AA16 and AB16 are any other values
besides 5 and 10 (they could be 5 & 20 or 4 & 8 or 4 &
16).
Thank you
Frank. you helped me earlier on a formula and maybe you
can help me on this one too. I am thinking that I need
to have something equivalent to an "OR" statement but I
dont know of one.
I have a formula =
=IF(AND(AA16=5,AB16=10),AH16*19/55,IF(AND
(AA16=5,F16=20),AH16*74/210, IF(AND
(AA16=4,AB16=8),AH16*15/36,IF(AND
(AA16=4,AB16=16),AH16*58/136))))
This formula only works if the cells AA16=5 and AB16=10.
If those two cells are any of the other values in the
formula then it returns "FALSE". I want it to calculate
and dont want it to return "FALSE". I am thiking there
has to be something equivalent to "OR" in this formula to
make it work if AA16 and AB16 are any other values
besides 5 and 10 (they could be 5 & 20 or 4 & 8 or 4 &
16).
Thank you