V look up to match a set of numbers and return initials

dlb

New Member
Joined
Apr 10, 2006
Messages
42
First, thank you for your time, I can not tell you how much I appreciate your expertise.

I have a spreadsheet with 3000+ entries identified by department number instead of director.

Each director has 1 - 7 departments. I need to add a column listing the Director for each department.

Initials.....Department number
BS.........7400
BS.........7550
BS.........7540
BS.........7570
BS.........7490
DS.........7975
GG.........7315
GG.........7320
GG.........7325
GG.........7430
GG.........7465
GG.........7500
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
so a vlookup would be

=vlookup(b2,tablerange,columnref,false)

where tablerange is where a table has the departments and initials list
and columnref is the column number sequence where the initials are found within the table range

Would be better to give you an exact formula with a sample of your data in the table list
 
Upvote 0

Similar threads

Forum statistics

Threads
1,214,585
Messages
6,120,394
Members
448,957
Latest member
Hat4Life

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