VLOOKUP in multiple columns and returning one value

CDNWolf

Board Regular
Joined
Nov 14, 2010
Messages
71
Office Version
  1. 365
Platform
  1. Windows
Unfortunately I could not find a reference to this problem in the forum, any help would be greatly appreciated...


I am looking to use vlookup in order to look up competitor part numbers and return the value of my part numbers.


I have a chart outlining all the information...

Column A: my part number
Column B: Competitor 1 number
Column C: Competitor 2 number
Column D: Competitor 3 number

ie:
CB-0404 FR-3214 DB-0123 PP9876

For the above sample part numbers FR-3214 or DB-0123 or PP9876 should return a value of CB-0404 (my part number)...


It seems like a straight forward formula but I am getting a value of #N/A using the following formulas...

=VLOOKUP(A2,Referances!$A$4:$J$12,1,FALSE)
=VLOOKUP(A3,parts,1,FALSE) - Parts is a named defined range


Thanks in advance for your assistance
 
Last edited:
Thanks Andrew, I tried that but didn't do the A3 so it failed...

Just tried the A$3 and it works perfectly...

Thanks again for your help
 
Upvote 0

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,215,409
Messages
6,124,733
Members
449,185
Latest member
hopkinsr

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top