Isserror question

B

Brad

=IF(iserror(B5+1>$B$3+$B$2,"",B5+1),"",(B5+1>$B$3+$B$2,"",B5+1))

Excel keeps saying there is a problem with the first double quotes...

Help please?
 
J

JE McGimpsey

What exactly are you trying to do?

ISERROR() takes one argument. IF() takes three.

As a wild guess:

=IF(ISERROR(B5+1>$B$3+$B$2), "", B5+1)
 

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

Top