Link to home
Start Free TrialLog in
Avatar of Jagwarman
Jagwarman

asked on

Vllokup question

I need a Vlookup that will return either a Yes if Found or a No [instead on N/A] if not found and data I need to lookup is in a file in a folder.

So ...i.e.

I am using this but it returns the Reference rather than 'Yes'

=IF(ISNA(VLOOKUP(C5,'G:\Data\[ABC US.xlsx]Sheet1'!$A:$A,1,0)),"No",VLOOKUP(C5,'G:\Data\[ABC US.xlsx]Sheet1'!$A:$A,1,0))

Appreciate the help
ASKER CERTIFIED SOLUTION
Avatar of Rgonzo1971
Rgonzo1971

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jagwarman
Jagwarman

ASKER

exactly what I was looking for. Thanks