COUNT - Why no error message

  • Thread starter Thread starter Paul Moles
  • Start date Start date
P

Paul Moles

Sorry about that pasted the wrong formula:

Harlan Grove suggested

IF(COUNT(1/(LEN(VLOOKUP(E4,A1:C5,2,0))>3)),"here","not
employed here")

Which works great I just don't understand why it doesn't
produce an error message as it appears to divide by zero.

Thanks

Paul Moles
 
Hi Paul

its a lot easier on everyone if you stay in the same thread ... pick one of
the response to your first (or maybe second) post and reply to that with
your new comments.

Cheers
JulieD
 
Enter =COUNT(1/0) and you'll see a 0. Even tho the 1/0 produces a #DIV/0!,
the COUNT function has no problem with that!
Bob Umlas
Excel MVP
 

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

Back
Top