Finding values from another cell range?

jpettit

Board Regular
Joined
Feb 20, 2002
Messages
57
Hi there...
I'm looking for a way to fill in a list of user's full name.
I have a list of userid's and a count. I want to be able to know what the users full name is and fill it in the adjecent cell (Cell C2). That value from (F:F) is found by matching to the userid in E:E.
Any ideas on how i can achieve this? Thanks.
APP Inventory.xls
ABCDEF
1USERIDCOUNTNAMEUSERIDNAME
2user14user1UserNumber1
3user22user2UserNumber2
4user323user3UserNumber3
5user442user4UserNumber4
6user51user5UserNumber5
Sheet4
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Put this formula in C2 and copy it down.

=VLOOKUP(A2,$E$2:$F$6,2,0)

I have misinterpreted a few posts today, if this is not what your asking, (sorry) please post back.

Colin
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,196
Members
449,072
Latest member
DW Draft

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