Dynamic Creation/update of Pivot table data

forbzinator

New Member
Joined
Jan 13, 2012
Messages
9
Hi guys

Excel 2007, able to use VBA within this document.

Excel Workbook
ABCDEFGHIJ
1Logged Time
2TM NameChordiant ID11/11/201112/11/201113/11/201114/11/201115/11/201116/11/201117/11/2011Total
3Name 1id112345678
4Name 2id212345678
5Name 1id312345678
6Name 2id412345678
7Name 1id512345678
8Name 6id612345678
Sheet1
Excel Workbook
KLMNOPQR
1Not Ready
211/11/201112/11/201113/11/201114/11/201115/11/201116/11/201117/11/2011Total
3910111213141516
4910111213141516
5910111213141516
6910111213141516
7910111213141516
8910111213141516
...
Excel 2007



I am struggling to work out how best to combine this weekly report into 1 raw data dump for using with a pivot. The main problem being there are 2 headings for the columns.

First is the stat name (which is only is the first cell for the range then the rest are blank) then the next row shows 7 days and a total. The above example is only for 2 stats to give an idea of how the series goes in total there are 16 more of these following the same pattern.

What I woud like is to be able to create a pivot so I can view the full date range on the above report and any subsequent ones that are generated.

Any help would be massively appreciated.


Thanks
 
Isn't it in C1 in your original data?

Excel Workbook
ABCDEFGHIJ
1Logged Time[/B]
2TM NameChordiant ID11/11/2011
Sheet1
 
Upvote 0

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Ah! It was in B1 when I exported the sample to HTML my excel had crashed so I copied the info back direct from the post and it appears to have not aligned it correctly going back in.

This now works for the stats heading but still doesnt list the total from "date"

Thanks again for this much appriecated.

:biggrin:
 
Upvote 0
It appears to be something to do with the fact that the 8th entry is "Total" and not a numeric value if I change it to a date then it carries it across.

Any ideas?
 
Upvote 0

Forum statistics

Threads
1,217,156
Messages
6,134,943
Members
449,899
Latest member
stanew

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