B
Bill R
When a field is blank on sheets 'SL' or 'JL' I get a Div error. I want it to
just leave the field blank. The first formula shown below is correct but
returns the error. The 2nd formula does not work. What am I doing wrong?
=IF(ISBLANK(Q24),'SL&AH'!E24,'JL&AH'!E24)
=IF(ISERROR(IF(ISBLANK(AI24),SL!E24,JL!E24),"",IF(ISBLANK(AI24),SL!E24,JL!E24)))
just leave the field blank. The first formula shown below is correct but
returns the error. The 2nd formula does not work. What am I doing wrong?
=IF(ISBLANK(Q24),'SL&AH'!E24,'JL&AH'!E24)
=IF(ISERROR(IF(ISBLANK(AI24),SL!E24,JL!E24),"",IF(ISBLANK(AI24),SL!E24,JL!E24)))