When you copy, don't 'paste' - do a 'paste special', and it will give you a dialogue box for you to work out what you want to paste in.dwayne said:Ive got a pivot table
Im summing all columns
When I copy the sum down row by row - it comes out with the same value every time
How do I avoid this
Ive done it before but cant remember whgich setting to change
ta
Woodchip said:I hate pivot tables! I just make my own tables.
In brief... the most wank form of consolidating data within Excel.ginadim said:I had never heard about pivot tables before this month, now they crop up in my vocabulary almost daily. I still don't even know what they are.
Woodchip said:In brief... the most wank form of consolidating data within Excel.
Well, that's my opinion anyway. I may just be using them in the wrong circumstances.
Woodchip said:In brief... the most wank form of consolidating data within Excel.
Well, that's my opinion anyway. I may just be using them in the wrong circumstances.
I normally just use some sort of VBA code to give me those sort of answers. *GEEK ALERT*Deano's Right Foot said:They're great if have many thousand invoice lines on Excel and you want to know how many bananas you've sold to Thailand in 2006 in SECONDS for instance, or how much in revenue your Mongolian distributor has brought in in the past 3 years.
The Large One said:When you copy, don't 'paste' - do a 'paste special', and it will give you a dialogue box for you to work out what you want to paste in.
Deano's Right Foot said:Manually type in the formula for the first sum (eg. =sum(c5:h5) and then copy that down.
You won't get all the getpivot and $ stuff in the formula which points is back to the original sum, rather than copying the relative positions.
*geek*
dwayne said:cheers...how stupidly simple was that