Hi Mike,
I already have all the data from the past forecast.
I convert the data into pivot table, which is calendarised and it is grouped
by customer, salesman, Product Group and product items.
I copied and paste the pivot table into static table and send it out to the
sales man for their input and reforecast.
But by doing so, the subtotal is out. Thus I need to manually insert the @
sum for each sub grouping all over again.
This is pretty tedious, as I have many customers, 10 sales man, 30 product
group and many product items.
e.g
Customer Salesman Prodt Data Jan 08 Feb 08 Mar 08
ABABAB HC Prodt A Sales 2,569 2,569 2,569
Vol 107 107 107
Prodt B Sales 1,095 1,247 1,095
Vol 46 52 46
Prodt D Sales 7,440 8,355 7,592
Vol 316 348 316
Prodt F Sales 47 47 47
Vol 2 2 2
HC Sum of Sales 11,302 12,218 11,302
HC Sum of svolume 471 509 471
NK Prodt B Sales 2,590 2,590 2,590
Vol 127 127 127
Prodt C Sales 32,634 18,081 5,591
Vol 2,220 1,230 360
Prodt D Sales 12,288 16,580 15,358
Vol 800 390 360
Prodt E Sales 1,458 8,954 12,288
Vol 90 580 800
Prodt G Sales 32,634 6,615 5,292
Vol 2,220 450 360
NK Sum of Sales 81,604 52,820 41,118
NK Sum of svolume 5,457 2,777 2,007
ABABAB Sum of Sales 92,906 65,037 52,421
ABABAB Sum of svolume 5,928 3,286 2,478
CSCSCS HO Prodt A Sales 9,641 1,128 1,128
Vol 510 60 60
HO Sum of Sales 9,641 1,128 1,128
HO Sum of svolume 510 60 60
JK Prodt B Sales 40,986 40,986 8,197
Vol 2,700 2,700 540
Prodt C Sales 43,056 43,056 43,056
Vol 900 900 900
Prodt D Sales 8,410 2,803 18,221
Vol 720 240 1,560
Prodt E Sales 4,099 4,099 4,099
Vol 270 270 270
JK Sum of Sales 96,550 90,944 73,573
JK Sum of svolume 4,590 4,110 3,270
CSCSCS Sum of Sales 106,191 92,072 74,701
CSCSCS Sum of svolume 5,100 4,170 3,330
"Mike H." wrote:
> I am not sure I am totally understanding what your problem is. You send out
> data to salesmen and they return the data and then you take that data and
> convert it to a pivot table and then you convert the pivot table to a
> summarized table and then you send that back out to the salesmen? I think if
> I understood exactly what all was going on, I could help you. But can you
> more clearly explain what you are doing. Maybe explain why you're doing it
> too because perhaps I (or someone else) could then suggest a different way to
> accomplish the same thing.
>
> "YMTEO" wrote:
>
> > Hello,
> >
> > I am working on some tables for forecasting.
> >
> > Currently, to send an input table out to the sales man, I have to convert a
> > pivot table (with data) to regular table with formulas.
> > I have to copy the pivot and paste special values and manually add back my
> > formulas, ex =SUM. So that the sales man can overwrite the existing amount in
> > the table and not effecting the original source data.
> >
> > Is there a more efficent way of doing this?
> > Currently the pivot tables has many sub total, and you can imagine how many
> > times I need to insert the formular into the regular table.
> >