View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default VLOOKUP NOT RETURNING EXPECTED DATA

There is a misplaced closing ")" in the formula. Should be:

=IF(ISERROR(VLOOKUP(...)),"",VLOOKUP(...))

On a side note, you can save a few keystrokes by replacing FALSE with 0.


--
Biff
Microsoft Excel MVP


"JBeaucaire" wrote in message
...

Try this:

=IF(ISERROR(VLOOKUP(A4,'PREMIERSHIP -
NR'!$A$4:$O$203,6,FALSE),"",VLOOKUP(A4,'PREMIERSHI P -
NR'!$A$4:$O$203,6,FALSE)))


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile:
http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=45754