multiple pivot tables to a worksheet VBA

Bootney2022

New Member
Joined
Apr 9, 2022
Messages
2
Office Version
  1. 2021
Platform
  1. Windows
I create a Survey report every day

Question I have a datasheet with 25 question each answer is given 1 out of 5
(Strongly Agree, Agree, Neither Agree or disagree, Disagree and Strongly disagree)

I would like a macro to create 25 Pivot tables with the results on a single worksheet

Is this possible???
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
if you do so every day, why don't you make a great table(=database) and add every day's answers to that database.
Then you can use the same pivottable(s) every day and with the help of slicers, select on or more days.
 
Upvote 0
if you do so every day, why don't you make a great table(=database) and add every day's answers to that database.
Then you can use the same pivottable(s) every day and with the help of slicers, select on or more days.
Hi below is a mock up to what I need
 

Attachments

  • Mockup.jpg
    Mockup.jpg
    78.6 KB · Views: 11
Upvote 0
great !
Add a date in front of your data and add that date in the page-range of the pivottables and add a slicer also with that date.

Otherwise "Copyas" your file, clear the old data, add the new and refreshall.
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,263
Members
452,627
Latest member
KitkatToby

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