wes616
Aerospace
- Mar 19, 2005
- 940
I am trying to set up a string of logical test statements to read a number of cell, and depending on which cell has a value in it, return another value. When I do this, it works for 7 Statements, then fails. Has anyone had this issue before?
Here is my Statement:
I am trying to add cells I41, J41, K41 and L 41 to this statement. Any Ideas, or see what I'm doing wrong
Wes C.
------------------------------
When they broke open molecules, they found they were only stuffed with atoms. But when they broke open atoms, they found them stuffed with explosions...
Here is my Statement:
=IF(ISBLANK(B41),IF(ISBLANK(C41),IF(ISBLANK(D41),IF(ISBLANK(E41),IF(ISBLANK(F41),IF(ISBLANK(G41), IF(ISBLANK(H41), " -- ",H41),G41),F41),E41),D41),C41),B41)
I am trying to add cells I41, J41, K41 and L 41 to this statement. Any Ideas, or see what I'm doing wrong
Wes C.
------------------------------
When they broke open molecules, they found they were only stuffed with atoms. But when they broke open atoms, they found them stuffed with explosions...