Manipulate Pivots (VERY URGENT PLEASE)

Anil666

New Member
Joined
May 11, 2011
Messages
1
Hello All,

I have a pivot with months.. The raw data to this pivot gets refreshed every week. i need to build my pivot in such a way that it takes only the next 6 months of data..

e.g. - In the Month of May i need the pivot to work in such a way that i can see only May - Oct but when June starts the pivot should show from June - Nov

Any help highly appreciated!!!
 

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)
I would create a new column in the raw data with an IF formula to compare the date of the record with the current date. And if the difference is less than 6 months, return a TRUE, else return FALSE.

Then you can place this new field as a page field and select only "TRUE".
 
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,237
Members
452,898
Latest member
Capolavoro009

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