My underlying pivot table has the following columns - ProjectName, Type, Year, Budget. The data shows information for 2009 and 2010 for the same ProjectName and Type. I can pivot this to get a table of the data but how can I add some calculated columns to show the difference between 2009 and 2010 for each entry?
|
feedback
|
|
Hopefully this can get you started, of course you can use different comparison fields than December 2002/2003 in the example:
Adding a Data Field That Calculates the Difference Between Two Data Fields. | |||||||||
feedback
|
|
I had bookmarked the this link on your topic. The technique is slightly cryptic, I have never tried it, but I know it is a common situation. Hopefully it may help you, me, or someone, sometime. | |||
|
feedback
|
|
There's no easy way of doing this AFAIK. You could set Year as a column field, and then right-click on the data field > Field Settings and change it from a normal Sum to 'Difference from' / Year / (previous). This is a fairly awful solution, as you'll notice when you try it, but it's all I've found so far. The only other way I know is to add a simple spreadsheet formula to the column to the right of the table. An equally poor solution but it does work and might be suitable for your needs. | |||
|
feedback
|
|
When wanting to find the difference between values in two different columns, it's best if your column header does not contain any spaces. If it does, the difference will not work because your Calculated field will look like
Excel will then spit out junk. | |||
|
feedback
|
