B
Bill R
The formula below works perfectly unless (AL5) is left blank. It then returns
an error message. I have tried modifing the formula using by using the
"IF(ISERROR" function but I could not get it to work. I also tried using the
"IF(ISBLANK" function but I am still doing something wrong. Any suggestions?
=IF(AND(ISBLANK($BU$28),NOT(ISBLANK($BU$31))),AH!$E$19,IF(AND(NOT(ISBLANK($BU$28)),$BX$28="Single",ISBLANK($BU$31)),SL2!$E$19,IF(AND(NOT(ISBLANK($BU$28)),$BX$28="Joint",ISBLANK($BU$31)),JL2!$E$19,IF(AND(NOT(ISBLANK($BU$28)),$BX$28="Single",NOT(ISBLANK($BU$31))),'SL&AH2'!$E$19,IF(AND(NOT(ISBLANK($BU$28)),$BX$28="Joint",NOT(ISBLANK($BU$31))),'JL&AH2'!$E$19,IF(AND(ISBLANK($BU$28),ISBLANK($BU$31)),NONE3!$E$19,""))))))
an error message. I have tried modifing the formula using by using the
"IF(ISERROR" function but I could not get it to work. I also tried using the
"IF(ISBLANK" function but I am still doing something wrong. Any suggestions?
=IF(AND(ISBLANK($BU$28),NOT(ISBLANK($BU$31))),AH!$E$19,IF(AND(NOT(ISBLANK($BU$28)),$BX$28="Single",ISBLANK($BU$31)),SL2!$E$19,IF(AND(NOT(ISBLANK($BU$28)),$BX$28="Joint",ISBLANK($BU$31)),JL2!$E$19,IF(AND(NOT(ISBLANK($BU$28)),$BX$28="Single",NOT(ISBLANK($BU$31))),'SL&AH2'!$E$19,IF(AND(NOT(ISBLANK($BU$28)),$BX$28="Joint",NOT(ISBLANK($BU$31))),'JL&AH2'!$E$19,IF(AND(ISBLANK($BU$28),ISBLANK($BU$31)),NONE3!$E$19,""))))))