Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good morning, All!
I've got a pivot table that I need to format for import in MS Project. How do I turn pivot table data that appears like this: WBS Desc Resource YYYYMM Total 1.0 Mgmt Engr 200811 20 200812 20 Into data that appears like this? WBS Desc Resource Start Finish Total 1.0 Mgmt Engr 200811 200812 40 Thanks for your help! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Does your data consistently have only two lines (i.e. Start and Finish
Dates)? Are the dates within on month and year? If not how many maximum lines it may have? Aqib Rizvi |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello Aqib,
No, in some cases there are multiple dates and they cross multiple years, like this: WBSID Desc Resource YYYYMM Total 1.1.0 Reporting Engr 200811 10 200812 20 200901 15 200902 5 200903 10 200904 15 So, I need the Max date, the Min date and the Total summed. Thanks for helping me out! "Aqib Rizvi" wrote: Does your data consistently have only two lines (i.e. Start and Finish Dates)? Are the dates within on month and year? If not how many maximum lines it may have? Aqib Rizvi |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You will need to add two more fields to your source data to calculate the Min
and MAx of each group. You can use an array formula similar to this =MAX(IF($A$2:$A$100="That", $B$2:$B$100)) Must be committed with Shift + Ctrl + <Enter -- HTH... Jim Thomlinson "Blueglass" wrote: Hello Aqib, No, in some cases there are multiple dates and they cross multiple years, like this: WBSID Desc Resource YYYYMM Total 1.1.0 Reporting Engr 200811 10 200812 20 200901 15 200902 5 200903 10 200904 15 So, I need the Max date, the Min date and the Total summed. Thanks for helping me out! "Aqib Rizvi" wrote: Does your data consistently have only two lines (i.e. Start and Finish Dates)? Are the dates within on month and year? If not how many maximum lines it may have? Aqib Rizvi |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
What would be entered for "That"?
"Jim Thomlinson" wrote: You will need to add two more fields to your source data to calculate the Min and MAx of each group. You can use an array formula similar to this =MAX(IF($A$2:$A$100="That", $B$2:$B$100)) Must be committed with Shift + Ctrl + <Enter -- HTH... Jim Thomlinson "Blueglass" wrote: Hello Aqib, No, in some cases there are multiple dates and they cross multiple years, like this: WBSID Desc Resource YYYYMM Total 1.1.0 Reporting Engr 200811 10 200812 20 200901 15 200902 5 200903 10 200904 15 So, I need the Max date, the Min date and the Total summed. Thanks for helping me out! "Aqib Rizvi" wrote: Does your data consistently have only two lines (i.e. Start and Finish Dates)? Are the dates within on month and year? If not how many maximum lines it may have? Aqib Rizvi |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filter lines containing pivot table and non pivot table data | Excel Worksheet Functions | |||
Pivot Table Data Adding contents of two pivot tables and param que | Excel Discussion (Misc queries) | |||
Pivot Table - Use Other Pivot Table as Data Source | Excel Discussion (Misc queries) | |||
How do I sort pivot table data outside a pivot table | Excel Worksheet Functions | |||
Excel Pivot Table Plugin? (crosstab to data table) | Excel Discussion (Misc queries) |