When using excel pivot tables in the pivot table fields options, the matrix at the bottom has 4 quartlies to drag fields into - filters, rows, values and columns. What is the columns equivalent when using the summarize tool?
Thank you in advance,
Solved! Go to Solution.
Hey! It's still going to be the Group By and then you can use a Cross Tab Tool to change the data from long to wide.
See attached workflow example
First I did the Group By with both what I want in my rows and columns (Sales Person & State). Then I used the Cross Tab to set what I want as the Columns (State) into the column position
Thanks, Am I only able to convert one row into a column? Please see below for what I am attempting to complete:
Currently:
Reporting Date Entity Profit Loss Capex
1/1/24 A 4 1 1
2/1/24 A 5 2 2
INTO:
Entity 1/1/24 Profit 1/1/24 Loss 1/1/24 Capex 2/1/24 Profit 2/1/24 Loss 2/1/24 Capex
A 4 1 1 5 2 2
What I've done in this case is:
See attached
I feel like someone showed a better way to do this a month or 2 ago, but I'm blanking on it.