Hi guys,
What is wrong with this IF Statement...
=IF(D4<250000,A116,A117,IF(AND(D4>250000,D4<500000,A117,IF(AND(D4>500000,D4<1000000,A118,"TOO LARGE")))))
I am trying to do this... If D4 is smaller than 250000 then show A116, and if D4 is greater than 250000, but smaller than 500000 then show A117, and if D4 is greater than 500000, but smaller than 1000000, then show A118. But I can't seem to get it to work for me. Can anybody point out my mistake.
Ken
What is wrong with this IF Statement...
=IF(D4<250000,A116,A117,IF(AND(D4>250000,D4<500000,A117,IF(AND(D4>500000,D4<1000000,A118,"TOO LARGE")))))
I am trying to do this... If D4 is smaller than 250000 then show A116, and if D4 is greater than 250000, but smaller than 500000 then show A117, and if D4 is greater than 500000, but smaller than 1000000, then show A118. But I can't seem to get it to work for me. Can anybody point out my mistake.
Ken