I have the following in cell M2:
=IF(($J$29-$J$28)<=7,$X$4+$X$2,$X$2)
I would like to create the following which references cell M2:
=IF(M2<>"1610.59","602.8","")
The problem I believe I am having is the 2nd If statement is evaluating a formula, rather than the actual cell value. How do I tell Excel to evaluate the value, rather than the first formula?
=IF(($J$29-$J$28)<=7,$X$4+$X$2,$X$2)
I would like to create the following which references cell M2:
=IF(M2<>"1610.59","602.8","")
The problem I believe I am having is the 2nd If statement is evaluating a formula, rather than the actual cell value. How do I tell Excel to evaluate the value, rather than the first formula?