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