Taking 9 columns and making them vertical with other data

jackson1990

Board Regular
Joined
Feb 21, 2017
Messages
56
Hey everyone,

I was working on a project in excel where I have 9 columns of dates. They each column represent a milestone in a project (it's kind of a scheduler). I want to make a pivot table that makes it so I can see all the milestone dates. Currently this is impossible as they are in 9 columns, and in a pivot table that means they can't all be shown in an organized manner. So what I wanted to do is make all of the dates vertical in one column, but I also need to pull in the data from other columns to match it. So here is a simple example (did less milestones) of how it is currently and how I want it to go, if it is even possible to automatically? As I have a large set of data.

Currently:
IDProject Name
Milestone1Milestone2Milestone3Milestone4
1Test17/3/20187/20/20187/28/20188/4/2018
2Test21/1/20181/6/20181/20/20181/25/2018
3Test34/12/20184/18/20184/23/20184/25/2018

<tbody>
</tbody>

How I want it to transform
IDProject NameMilestone #Date
1Test11
7/3/2018
1Test127/20/2018
1Test137/28/2018
1Test148/4/2018
2Test211/1/2018
2Test221/6/2018
2Test231/20/2018
2Test241/25/2018
3Test314/12/2018
3Test324/18/2018
3Test334/23/2018
3Test344/25/2018

<tbody>
</tbody>

Is this even possible?

Thanks for your help everyone!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop

Forum statistics

Threads
1,215,945
Messages
6,127,840
Members
449,411
Latest member
adunn_23

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