Vlookup to search a value from another column

tobimac

New Member
Joined
Jan 28, 2015
Messages
6
Hi Everyone,

I'm trying to create a simple lookup to search column B and D and fill Column C if column B and D matches.

For example, since Column B and D value (106th Street Tires and Wheels) matches, I would like to fill the value of Column A (106STR) on Column C.


[TABLE="width: 621"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Column A[/TD]
[TD]Column B[/TD]
[TD]Column C[/TD]
[TD]Column D[/TD]
[/TR]
[TR]
[TD]CustomerNo[/TD]
[TD]Company Name [/TD]
[TD]CustomerNo[/TD]
[TD]Company Name [/TD]
[/TR]
[TR]
[TD]106STR[/TD]
[TD]106th Street Tires and Wheels[/TD]
[TD][/TD]
[TD]106th Street Tires and Wheels[/TD]
[/TR]
[TR]
[TD]A1CER[/TD]
[TD]A1 Cerified Auto[/TD]
[TD][/TD]
[TD]A1 Cerified Auto[/TD]
[/TR]
[TR]
[TD]ABSLUX[/TD]
[TD]ABS Luxury Wheels[/TD]
[TD][/TD]
[TD]ABS Luxury Wheels[/TD]
[/TR]
[TR]
[TD]ACTAUT[/TD]
[TD]Action Autosports[/TD]
[TD][/TD]
[TD]Action Autosports[/TD]
[/TR]
[TR]
[TD]ACTTIR[/TD]
[TD]Action Tires Specials[/TD]
[TD][/TD]
[TD]Action Tires Specials[/TD]
[/TR]
[TR]
[TD]ADDWHE[/TD]
[TD]ADDS Wheels[/TD]
[TD][/TD]
[TD]ADDS Wheels[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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