Populate Cell based on Vlookup

urban_player

New Member
Joined
Feb 22, 2019
Messages
14
Hi,

I am trying to achieve the following:

I have a row of data with multiple columns. I want to look up Column C for a value in another table, and if that value is found, i want it to return the contents of Column A (second table).

Column C is missing a field, i want to essentially find Cell B2 in table 2, if there is a match, return the missing blank in Table 1 C3 with the contents from table 2.

Table 1

A B C D E F
1 Jack jack@who.com XXX
2 Bob bob@who.com XXX
3 Dave dave@who.com
4 Jake jake@who.com XXX
5 Bob

Table 2
A B C D E F
1 Jack jack@who.com XXX
2 Bob bob@who.com XXX
3 Dave dave@who.com XXX
4 Jake jake@who.com XXX

Any help would be appreciated.

many thanks!
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
How about
Excel Formula:
=INDEX(Sheet2!$A$2:$A$100,MATCH(B2,Sheet2!$B$2:$B$100,0))
 
Upvote 0
Hi Fluff,

thank you for your post.

1605700129686.png
1605700294680.png


How would i change the column it looks up and returns?

Do the table arrays need to be an exact match?

Above image, need to populate table two last row with EEEE, based on the table 1 column A being present.
 
Upvote 0

Forum statistics

Threads
1,214,832
Messages
6,121,853
Members
449,051
Latest member
excelquestion515

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