Project Overview

Chris86t

Board Regular
Joined
Feb 27, 2013
Messages
83
I have an excel document that details the projects we're working on and who the PM is. plus a lot more detail about that project this is one a tab called Team POAP.

I want to create a summary overview on a different tab (called Timer Tracker) that shows the PM down column A and then in each column going across pulls the name of the project currently working on.

The information I need from the Team POAP is in Column C (Project Name) Column F (PM Name)

I presume creating some VB code would be the best way to do this. However that is beyond my skillset. so I was hoping one of you good folk would be able to help me.

Below is an example of how I would like it to look.

[TABLE="width: 500"]
<tbody>[TR]
[TD]Project Manager[/TD]
[TD]Project Name[/TD]
[TD]Project Name[/TD]
[TD]Project Name[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD]D[/TD]
[TD]J[/TD]
[TD]K[/TD]
[TD]L[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

Thanks
Chris
 
Last edited by a moderator:

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Hi Chris86t1,

Is this what you wanted?

Here is the tab with my sample data:

ABCDEF
StakeholderProject ManagerProject Name
Big BossBert BodgerAardvark P1
Bigger BossSarah SmithAardvark P2
Big BossJim JoulierAardvark P3
Bigger BossKen KandoAardvark P4
Big BossBert BodgerAardvark P5
Bigger BossSarah SmithAardvark P6
Big BossJim JoulierAardvark P7
Bigger BossKen KandoAardvark P8
Big BossBert BodgerAardvark P9
Big BossSarah SmithAardvark P10
Big BossJim JoulierAardvark P11

<tbody>
[TD="align: center"]1[/TD]

[TD="align: center"]Status[/TD]

[TD="align: center"]Estimate[/TD]
[TD="align: center"]MY[/TD]

[TD="align: center"]2[/TD]

[TD="align: center"]D2[/TD]

[TD="align: center"]$22,000,000[/TD]
[TD="align: center"]87[/TD]

[TD="align: center"]3[/TD]

[TD="align: center"]W1[/TD]

[TD="align: center"]$24,200,000[/TD]
[TD="align: center"]68[/TD]

[TD="align: center"]4[/TD]

[TD="align: center"]K8[/TD]

[TD="align: center"]$26,620,000[/TD]
[TD="align: center"]98[/TD]

[TD="align: center"]5[/TD]

[TD="align: center"]G5[/TD]

[TD="align: center"]$29,282,000[/TD]
[TD="align: center"]66[/TD]

[TD="align: center"]6[/TD]

[TD="align: center"]G5[/TD]

[TD="align: center"]$32,210,200[/TD]
[TD="align: center"]82[/TD]

[TD="align: center"]7[/TD]

[TD="align: center"]D2[/TD]

[TD="align: center"]$35,431,220[/TD]
[TD="align: center"]84[/TD]

[TD="align: center"]8[/TD]

[TD="align: center"]K8[/TD]

[TD="align: center"]$38,974,342[/TD]
[TD="align: center"]94[/TD]

[TD="align: center"]9[/TD]

[TD="align: center"]G5[/TD]

[TD="align: center"]$12,000,000[/TD]
[TD="align: center"]92[/TD]

[TD="align: center"]10[/TD]

[TD="align: center"]G5[/TD]

[TD="align: center"]$13,200,000[/TD]
[TD="align: center"]65[/TD]

[TD="align: center"]11[/TD]

[TD="align: center"]D2[/TD]

[TD="align: center"]$14,520,000[/TD]
[TD="align: center"]66[/TD]

[TD="align: center"]12[/TD]

[TD="align: center"]D1[/TD]

[TD="align: center"]$15,972,000[/TD]
[TD="align: center"]66[/TD]

</tbody>
Team POAP

Here is the Time Tracker tab and formulae:

ABCDEF
Project ManagerProject NameProject NameProject NameProject Name
Bert BodgerAardvark P1Aardvark P5Aardvark P9
Sarah SmithAardvark P2Aardvark P6Aardvark P10
Jim JoulierAardvark P3Aardvark P7Aardvark P11
Ken KandoAardvark P4Aardvark P8

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]

[TD="align: center"]No. of Projects[/TD]

[TD="align: center"]2[/TD]

[TD="align: center"]3[/TD]

[TD="align: center"]3[/TD]

[TD="align: center"]3[/TD]

[TD="align: center"]4[/TD]

[TD="align: center"]3[/TD]

[TD="align: center"]5[/TD]

[TD="align: center"]2[/TD]

</tbody>
Chris86t1

[TABLE="width: 85%"]
<tbody>[TR]
[TD]Worksheet Formulas[TABLE="width: 100%"]
<thead>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH="width: 10px"]Cell[/TH]
[TH="align: left"]Formula[/TH]
[/TR]
</thead><tbody>[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]A2[/TH]
[TD="align: left"]=IFERROR(INDEX('Team POAP'!$C$2:$C$20, MATCH(0, INDEX(COUNTIF($A$1:A1, 'Team POAP'!$C$2:$C$20), 0, 0), 0))&"", "")[/TD]
[/TR]
[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]B2[/TH]
[TD="align: left"]=IF(A2="","",COUNTIF('Team POAP'!$C:$C,A2))[/TD]
[/TR]
[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]C2[/TH]
[TD="align: left"]=IF($A2="","",IF(COLUMN()-COLUMN($B$2)>$B2,"",INDEX('Team POAP'!$F$2:$F$20,AGGREGATE(15,6,ROW('Team POAP'!$C$2:$C$20)-1/('Team POAP'!$C$2:$C$20=$A2),COLUMN()-COLUMN($B$2)))))[/TD]
[/TR]
[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]D2[/TH]
[TD="align: left"]=IF($A2="","",IF(COLUMN()-COLUMN($B$2)>$B2,"",INDEX('Team POAP'!$F$2:$F$20,AGGREGATE(15,6,ROW('Team POAP'!$C$2:$C$20)-1/('Team POAP'!$C$2:$C$20=$A2),COLUMN()-COLUMN($B$2)))))[/TD]
[/TR]
[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]E2[/TH]
[TD="align: left"]=IF($A2="","",IF(COLUMN()-COLUMN($B$2)>$B2,"",INDEX('Team POAP'!$F$2:$F$20,AGGREGATE(15,6,ROW('Team POAP'!$C$2:$C$20)-1/('Team POAP'!$C$2:$C$20=$A2),COLUMN()-COLUMN($B$2)))))[/TD]
[/TR]
[TR]
[TH="width: 10px, bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]F2
[/TH]
[TD="align: left"]=IF($A2="","",IF(COLUMN()-COLUMN($B$2)>$B2,"",INDEX('Team POAP'!$F$2:$F$20,AGGREGATE(15,6,ROW('Team POAP'!$C$2:$C$20)-1/('Team POAP'!$C$2:$C$20=$A2),COLUMN()-COLUMN($B$2)))))[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
That appears to be exactly what I want. Thank you very much. I will give it a whirl when I get into work
 
Upvote 0

Forum statistics

Threads
1,223,703
Messages
6,173,972
Members
452,540
Latest member
haasro02

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