Hello. I am trying to create a formula using nested IF statements that will run a calculation based upon specific text that is entered into a reference cell. I am getting a #VALUE! error. The formula is currently written as:
=IF(D4="B",(Q3*(M3/L3+M3)),IF(D4="C",(Q3*(O3/N3+O3)),IF(D4="A",Q4,)))
Where:
* D4 will be populated with the letter A, B or C
* All cells are formatted as "General"
* All other cells (e.g. L3, M3, N3, O3, Q3) are populated with number values
Does anyone know how to resolve the value error so that the formula will run the calculations on the condition that a specific letter is entered into the reference cell? Probably overlooking something really obvious. Thanks.
Bookmarks