thestampdad
Technical User
- Nov 2, 2001
- 14
I am using a Nested IF statement which is not returning the correct value for me.
I have 7 IF's and one cell that it references is empty but this may not always be the case. Once the formula hits this empty cell it does not seem to carry on with the remainder of the formula. The formula below takes the results from another IF stmt. since there would be more than 7 criteria and adds to the next IF stmt.
=AE5+(IF($AH5=1,$AF5+(IF($AK5=1,$AI5+(IF($AN5=1,$AL5+(IF($AQ5=1,$AO5+(IF($AT5=1,$AR5+(IF($AW5=1,$AU5+(IF($AZ5=1,$AX5))))))))))))))
The cells in AW and AU are empty. How can I make the formula complete to the end?
Thanks for any help you can provide.
I have 7 IF's and one cell that it references is empty but this may not always be the case. Once the formula hits this empty cell it does not seem to carry on with the remainder of the formula. The formula below takes the results from another IF stmt. since there would be more than 7 criteria and adds to the next IF stmt.
=AE5+(IF($AH5=1,$AF5+(IF($AK5=1,$AI5+(IF($AN5=1,$AL5+(IF($AQ5=1,$AO5+(IF($AT5=1,$AR5+(IF($AW5=1,$AU5+(IF($AZ5=1,$AX5))))))))))))))
The cells in AW and AU are empty. How can I make the formula complete to the end?
Thanks for any help you can provide.