pecochran1

New Member
Joined
Mar 28, 2011
Messages
5
Ugh, I can't seem to get my head wrapped around this problem. I am trying to get a list of people on projects based on if they have scheduled time on the project. My data is set up in the example below(actual table is >900 people and >75 projects):

ProjectA
ProjectB
ProjectC
ProjectD
Name1
20
20
Name2
15
25
Name3
Name4
10
30

<tbody>
</tbody>

Can a pivot table produce a simple format such as below? I don't even need the numeric values:

ProjectA
Name1
Name3
ProjectB
Name2​
ProjectC
Name1​
ProjectD
Name2
Name4

Thank you
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I don't think so. Your data isn't exactly in the right format for a pivot table to give you what you want. This is how your data would need to be structured:

Name|Project|Value
Name1|ProjectA|20
Name1|ProjectC|20
Name2|ProjectB|15
etc.

If your data were like that, you'd just put the Project and Name fields into the Row Headings, and you'd have exactly what you want.
 
Upvote 0

Forum statistics

Threads
1,221,481
Messages
6,160,083
Members
451,616
Latest member
swgrinder

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