Posted to microsoft.public.excel.newusers
|
|
Help please,what is wrong with this formula?
My apologies Jan,
I had not seen you had already posted the answer to Mare until just after I
had hit the send button.
Regards
Roger Govier
Jan Karel Pieterse wrote:
Hi Mare,
=IF(ISERROR(VLOOKUP(B10,ArtA!A2:C55000
ArtB!A2:C49424,3,FALSE)),VLOOKUP(B10,ArtA!A2:C55 000,3,FALSE),VLOOKUP(B10,ArtB!A2:C49424,3,FALSE))
Make that:
=IF(ISERROR(VLOOKUP(B10,ArtA!A2:C55000,3,FALSE)),V LOOKUP(B10,ArtA!A2:C55000,3,FALSE),VLOOKUP(B10,Ar
tB!A2:C49424,3,FALSE))
Regards,
Jan Karel Pieterse
Excel MVP
http://www.jkp-ads.com
|