Problem with VLOOKUP formula

B

BigH

Hi there,

Hopefully someone can help, The problem I have is that I want the formula
below to lookup one sheet and if the answer is there great, if not then
lookup the other sheet as the answer must be on this sheet, however the
formula below doesnt do it. Any help would be appreciated.



=IF(ISNA(VLOOKUP(I3,'1103 NonAdhD This
Week'!$E$37:$F$1500,2,FALSE)),"",(VLOOKUP(I3,'1103 NonAdhD Last
Week'!$E$37:$F$1500,2,FALSE)))

regards BigH
 
N

Niek Otten

Surely you mean, simplified:

IF(ISNA(LookupThisWeek),LookupLastWeek,LookupThisWeek)
 

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

Top