theonlyhamish
New Member
- Joined
- Aug 13, 2021
- Messages
- 13
- Office Version
- 365
- Platform
- Windows
I have a getpivottable formula across 300 rows of data.
It is designed to make a dashboard for managers that dont like looking at pivot tables.
The formula displays a number of criteria in a table showing the months of the year etc but there is one criteria that needs to change every 12 rows 'person name'
=IFERROR(GETPIVOTDATA("Date of Audit",'pivot tables'!$A$4,"Person","John Smith","Month",10),0)
is there a quick way to edit 12 rows at a time or is this going to be a row by row typing job?
Thanks
It is designed to make a dashboard for managers that dont like looking at pivot tables.
The formula displays a number of criteria in a table showing the months of the year etc but there is one criteria that needs to change every 12 rows 'person name'
=IFERROR(GETPIVOTDATA("Date of Audit",'pivot tables'!$A$4,"Person","John Smith","Month",10),0)
is there a quick way to edit 12 rows at a time or is this going to be a row by row typing job?
Thanks