J
jbdmom
I have defined a formula that tests the value in 3 columns. If the value in
each column passes the test, the formula calculates a value for another
column. e.g. =IF(AND(I7<750,J7<100,K7<50000),C7*0.06,"0")
I've noticed that if the value of the column being tested contains a value
symbol (< or >), the formula does not calculate. It appears the formula
requires a literal value ("10" vs. "<10").
Is there a way around this?
Thank you for your time.
each column passes the test, the formula calculates a value for another
column. e.g. =IF(AND(I7<750,J7<100,K7<50000),C7*0.06,"0")
I've noticed that if the value of the column being tested contains a value
symbol (< or >), the formula does not calculate. It appears the formula
requires a literal value ("10" vs. "<10").
Is there a way around this?
Thank you for your time.