If iserror help

H

Help in nottingham

Hi can someone tell my why this does not work please, have used this combo
many times in the past

=IF(ISERROR(VLOOKUP(A2,A:B,2),0,((VLOOKUP(A2,A:B,2))

Sample data below
 
E

Eduardo

Hi,
first you are including the cell A2 in the range to be looked up, 2nd last
part was missing in the Vlookup, try

=IF(ISERROR(VLOOKUP(A2,A3:B100,2,FALSE)),0,(VLOOKUP(A2,A3:B100,2,FALSE)))
 

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


Top