psimpsonuml
New Member
- Joined
- Oct 26, 2019
- Messages
- 6
Hey all,
I've got this list of Employee ID - Employee Name - MGR ID - Manager Name. 1400 employees, ~400 managers.
I'm looking for a formula or function or feature - SOMETHING that will allow me to populate the Manager ID. I know VLOOKUP would work if it was a 1:1 relationship but as the dummy example I made below shows - There are 6 employees who share the same manager so I'm looking for a formula that takes "124" and populates it in C4-C9
[TABLE="width: 256"]
<colgroup><col width="64" span="4" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]ID[/TD]
[TD="width: 64"]Name[/TD]
[TD="width: 64"]MGR ID[/TD]
[TD="width: 64"]Manager Name[/TD]
[/TR]
[TR]
[TD="align: right"]123[/TD]
[TD]Bubba[/TD]
[TD][/TD]
[TD]None[/TD]
[/TR]
[TR]
[TD="align: right"]124[/TD]
[TD]Dooody[/TD]
[TD][/TD]
[TD]Bubba[/TD]
[/TR]
[TR]
[TD="align: right"]125[/TD]
[TD]Ho tep[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]126[/TD]
[TD]Elvis[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]127[/TD]
[TD]Alpha[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]128[/TD]
[TD]Alfa[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]129[/TD]
[TD]Gamma[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]130[/TD]
[TD]Boring[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
</tbody>[/TABLE]
I've got this list of Employee ID - Employee Name - MGR ID - Manager Name. 1400 employees, ~400 managers.
I'm looking for a formula or function or feature - SOMETHING that will allow me to populate the Manager ID. I know VLOOKUP would work if it was a 1:1 relationship but as the dummy example I made below shows - There are 6 employees who share the same manager so I'm looking for a formula that takes "124" and populates it in C4-C9
[TABLE="width: 256"]
<colgroup><col width="64" span="4" style="width:48pt"> </colgroup><tbody>[TR]
[TD="width: 64"]ID[/TD]
[TD="width: 64"]Name[/TD]
[TD="width: 64"]MGR ID[/TD]
[TD="width: 64"]Manager Name[/TD]
[/TR]
[TR]
[TD="align: right"]123[/TD]
[TD]Bubba[/TD]
[TD][/TD]
[TD]None[/TD]
[/TR]
[TR]
[TD="align: right"]124[/TD]
[TD]Dooody[/TD]
[TD][/TD]
[TD]Bubba[/TD]
[/TR]
[TR]
[TD="align: right"]125[/TD]
[TD]Ho tep[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]126[/TD]
[TD]Elvis[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]127[/TD]
[TD]Alpha[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]128[/TD]
[TD]Alfa[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]129[/TD]
[TD]Gamma[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
[TR]
[TD="align: right"]130[/TD]
[TD]Boring[/TD]
[TD][/TD]
[TD]Dooody[/TD]
[/TR]
</tbody>[/TABLE]