• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Pivot Table % of next column

koskesh

Member
I have a pivot table and I'm not sure how to handle one task:

I have 4 columns for each week.

Actual Shipment (Value)
Forecast (Value)
Actual Shipment in % of the Forecast
Whats left (Actual Shipment - Forecast in %)

The first two columns are simple drag&drops. But cant figure out a way to display the columns in %.

I uploaded the file. I guess its easier to look at the data.
 

Attachments

  • fcfr.xlsx
    16 KB · Views: 7
Hi Koskesh. One of the problems you have is that you are trying to make a pivot table out of a crosstab instead of a flat file. You need to convert your raw data so that it is 'pivot compliant'.

When you've done that, after you make a PivotTable out of it it will look like this:
26-09-2014 1-45-05 p-m-.gif

...instead of this:
26-09-2014 1-46-51 p-m-.gif

THen you can do what you need to:
26-09-2014 1-48-05 p-m-.gif


For more info, google these terms:
Pivot Flat File Crosstab

I posted some code to do this at http://dailydoseofexcel.com/archives/2013/11/21/unpivot-shootout/
(Look for the last code listing under the "And the winner is..." section)

You can find other code that does the same thing here:
http://dataprose.org/category/unpivot/
 
Back
Top