GetPivot Sum Multiple Column

nicci113

New Member
Joined
Sep 29, 2012
Messages
19
Hi there,

Guys, I have this work assisgnment where I have to extract data from pivot and display in combined fashion (below).
I can extract data and display using getpivot function but what if I want to Join A6 together and then display the result?
I also tried circular formulla but it doesn't seems to accept the value. Any help is appreciated.


Sum of PaxColumn Labels
Row Labels January
FebruaryMarchAprilMayJuneJulyAugustSeptember October
NovemberDecemberGrand Total
A6315421026995189727815983551008795019766105961157711425140522
A6 653886084673843426943941340422434214439444395450433448535061569405

<colgroup><col><col><col span="13"></colgroup><tbody>
</tbody>

<tbody>
</tbody>
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Can't you remove the extra spaces from your source data? If not you will need to sum the results of two calls to GETPIVOTDATA.
 
Upvote 0
Can't you remove the extra spaces from your source data? If not you will need to sum the results of two calls to GETPIVOTDATA.

Not really I did tried that as well. I tried to sum of getpivot data and it seems to be working. It was more to do with when i was moving formula over it wasn't calculating the other fields but checked other forums and found the solution, thanks for headsup
 
Upvote 0

Forum statistics

Threads
1,215,374
Messages
6,124,567
Members
449,171
Latest member
jominadeo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top