Link to home
Start Free TrialLog in
Avatar of Matt Pinkston
Matt Pinkston

asked on

Excel lookup

I have a workbook with two tables (Q2 & BPS)

Q2 is the main and receiving sheet column A (ID) and column B (BPS Status "empty")
BPS is where I want to pull data from column A (ID) and column B (BPS Status)

I need a lookup that will put the contents of column BPS-B into Q2-B when Q2-A = BPS-A
Avatar of m4trix
m4trix
Flag of Canada image

I think I understand but I'm not positive. Would you be able to post the workbook itself?
Please check the attached example to see if this is what you want to do...

jppinto
VLOOKUP.xlsx
Avatar of Matt Pinkston
Matt Pinkston

ASKER

When I try that code it appears to partially work.  Many of the values come up #N/A
They came like #N/A when it doesn't find a match, right?
and some = 0
yes on the #N/A
Can you post a sample file, where you're testing the formula?
So it appears that if there is a match but the value is blank in BPS then it puts in a 0 and if there is now match you get #NA

is there a way around that?
ASKER CERTIFIED SOLUTION
Avatar of m4trix
m4trix
Flag of Canada image

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 Patrick Matthews
Or if you are using Excel 2007/2010:

=IFERROR(VLOOKUP(...),"value if error")