people assigned to a project - how to know who to go to for each?

djveed

New Member
Joined
Nov 18, 2014
Messages
14
Hi everyone! I have a list of programs and for each of them, a list of names that worked on the program, anywhere between one and four people. If I want to synthesize this data and know, for example, what programs should i ask "Geoff" about, how do I do this in Excel?


[TABLE="width: 787"]
<colgroup><col><col><col span="3"></colgroup><tbody>[TR]
[TD]Program[/TD]
[TD]Person A[/TD]
[TD]Person B[/TD]
[TD]Person C[/TD]
[TD]Person D[/TD]
[/TR]
[TR]
[TD]Program CNBC[/TD]
[TD]Angela[/TD]
[TD] Geoff[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Program CNN[/TD]
[TD]Ashley[/TD]
[TD] Shelby[/TD]
[TD] Geoff[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Program ZTV[/TD]
[TD]Ashley[/TD]
[TD] Shelby[/TD]
[TD] Angela[/TD]
[TD] Chris[/TD]
[/TR]
[TR]
[TD]Program ESPN[/TD]
[TD]Geoff[/TD]
[TD] James[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Program Fox[/TD]
[TD]Ashley[/TD]
[TD] Shelby[/TD]
[TD] Chris[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

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.
something ike this?

[Table="width:, class:head"]
[tr=bgcolor:#FFFFFF][td=bgcolor:#70AD47]Value[/td][td=bgcolor:#70AD47]Program[/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#E2EFDA]Angela[/td][td=bgcolor:#E2EFDA]Program CNBC, Program ZTV[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Geoff[/td][td]Program CNBC, Program CNN, Program ESPN[/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#E2EFDA]Ashley[/td][td=bgcolor:#E2EFDA]Program CNN, Program ZTV, Program Fox[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Shelby[/td][td]Program CNN, Program ZTV, Program Fox[/td][/tr]

[tr=bgcolor:#FFFFFF][td=bgcolor:#E2EFDA]Chris[/td][td=bgcolor:#E2EFDA]Program ZTV, Program Fox[/td][/tr]

[tr=bgcolor:#FFFFFF][td]James[/td][td]Program ESPN[/td][/tr]
[/table]
 
Upvote 0
Yes! Something like that. How do I do that in Excel? Obviously I have far more than the six names listed in my data file.
 
Upvote 0
Excel 2010/2013 - PowerQuery add-in
Excel 2016 and higher - built-in aka Get&Transform
 
Upvote 0
Okay. I may not actually have access to that add-in. Can you help me with this? My data file is only 20 Projects long.
 
Upvote 0
you can download PowerQuery add-in from MS site, it's free
if not - I can't help

if you want use PQ you must have this add-in, if not you must wait for someone else with another solution
 
Last edited:
Upvote 0
Thank you! Let me try this. If this doesn't work - is there any way to do this without the add-in? Anyone know?
 
Upvote 0

Forum statistics

Threads
1,223,898
Messages
6,175,272
Members
452,628
Latest member
dd2

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