pivot showing monthly columns for elapsed time

scotmaurer

New Member
Joined
Jul 29, 2011
Messages
2
I have scheduling data that has a numerous items along with the start date and estimated hours to complete (ETC). The problem comes when the ETC runs across months. I want to show the hours associated with each month in a pivot table without having to duplicate the entire row and show start date, end date & hours for each month associated with the task. I have set it up with this format to do now since I have not found a way to get the months .

data shows:
task1,hoursA,start date1, end date1
task1,hoursB,start date2, end date2
task2,hoursC,start date1, end date1
. . .

pivot shows:
sum hours
task month1 month2
task1 hoursA hourB
task2 hoursC
. . .

For easier maintenance, I would like to have the data show:
task1,hours,startdate
. . .

then have the pivot recognize that the hours cross over months.

Any ideas or alternatives would be appreciated!

Thanks!
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,224,603
Messages
6,179,849
Members
452,948
Latest member
UsmanAli786

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