|
Re: how do you create a double condition in excel
You can do this for example:
=IF(A1/B1=2;"OK";IF(A1/B1<2;"Need more fish";"Need more rise"))
or
=LOOKUP(A1/B1;{0;2;2,001};{"Need more fish";"OK";"Need more rise"})
(notice that both formula will return DIV/0 error if you don't enter number in B cell
(replace ; with , and , with . if needed)
__________________
"Relax. What is mind? No matter. What is matter? Never mind!"
|