Useing "IF(ISERROR

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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)))
 
Hi Bill

In your first formula you refer to 'SL&AH'!E24 and to 'JL&AH'!E24. In the
second formula you refer to SL!E24 and JL!E24. Which do you want to refer to
here
 
There were actually two different formulas for two different fields but they
both had the same problem. I was able to finally solve the problem myself.
Thank you anyway.
Here is my formula:
=IF(ISBLANK(BA6),"",IF(ISBLANK(Q24),'SL&AH'!E24,'JL&AH'!E24))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

USING NAMES IN FORMULAS 2
IF(ISBLANK) 4
iserror 1
Whether 3 diff fields are blank determines several different resul 1
#vlaue! 1
Formula problem. 8
Round with IF's 3
Problem with nested logical formula. 6

Back
Top