changing order

speckled knob

New Member
Joined
Aug 23, 2011
Messages
3
I have a list of employee names in column a and the order of these names is constantly changing depending on what job the employees are assigned. I have another sheet where these same names are listed in alphabetical order.

what I am trying to do is to get the earnings (column b) of the employee in sheet 1 to be copied next to their name in sheet 2 (column b). Is there an easy way to do this?
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Sounds like you want a vlookup:
If employee name in sheet one is in column A and the earnings are in column b
and
the employee name in sheet two is in column A, place this formula in sheet 2, b2, Fill down

Code:
=VLOOKUP(a2,Sheet1!A:B,2,False)
 
Upvote 0

Forum statistics

Threads
1,224,560
Messages
6,179,520
Members
452,921
Latest member
BBQKING

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