Thread: IF(AND Question
View Single Post
  #1   Report Post  
At A Loss
 
Posts: n/a
Default IF(AND Question

If possible, can this formula be corrected?
I get the answer "FALSE", and I need a number.
G19 number is 25, H19 number is 28, I19 number is 31, and
J19 number is 35.
IF not, what other formula could I use to get the results?

=IF(AND(A1="B",E10="N"),G19,H19)=IF(AND(A1="C",E10 ="N"),I19,J19)
Thanks In Advance