I tried looking up the response in the wonderful threads and articles, but could not find it.
Can someone help?
This is my formula:
=IF(E3="","N/A",IF(E3<$G$18,"N/A",IF(E3>$G$18,"(C3*8*30)")))
The part at the end (C3*8*30) is supposed to be a formula that gives me a result. Like C3 cell is $18, so it should give me a result of $4320.00.
Does that make sense. All other parts of the formula are working, just not the last part. It's saying exactly (C3*8*30) on the cell value. How do I change it?
Can someone help?
This is my formula:
=IF(E3="","N/A",IF(E3<$G$18,"N/A",IF(E3>$G$18,"(C3*8*30)")))
The part at the end (C3*8*30) is supposed to be a formula that gives me a result. Like C3 cell is $18, so it should give me a result of $4320.00.
Does that make sense. All other parts of the formula are working, just not the last part. It's saying exactly (C3*8*30) on the cell value. How do I change it?