D
Dan B
I need to test the value of three cells individually in one formula. If any
one of them exceed a certain amount, I need a calulation made. Here is my
formula that did not work.....I got the #value! error.
=if((A1,A2,A3>500000),B4*B5,"")
If I look at one cell it works. I'm sure the problem is in the A1,A2,A3
part. I also tried A1:A3, which did not work. What is the correct syntax
to use to look at three cell values individually?
Thanks,
Dan
one of them exceed a certain amount, I need a calulation made. Here is my
formula that did not work.....I got the #value! error.
=if((A1,A2,A3>500000),B4*B5,"")
If I look at one cell it works. I'm sure the problem is in the A1,A2,A3
part. I also tried A1:A3, which did not work. What is the correct syntax
to use to look at three cell values individually?
Thanks,
Dan