Forum Discussion
Decoupling rows
- Oct 19, 2021
Rosanna985 Hi. It seems you have a static pivot table that you want to use as a merely normal data range? The empty cells have to be filled with the data/Person ID above..?
eg L6 shows A6 but J7 has to show J6 since A6 is empty?
J5 =IF(A5="",J4,A5)
Copy the to J5:N20
The value columns are not to be repeated and thus just fetching data in o5:Q20.
o5 =F5
If you want to get rid of the Total rows, there is an applied filter in S5
Rosanna985 Hi. It seems you have a static pivot table that you want to use as a merely normal data range? The empty cells have to be filled with the data/Person ID above..?
eg L6 shows A6 but J7 has to show J6 since A6 is empty?
J5 =IF(A5="",J4,A5)
Copy the to J5:N20
The value columns are not to be repeated and thus just fetching data in o5:Q20.
o5 =F5
If you want to get rid of the Total rows, there is an applied filter in S5
- Rosanna985Oct 19, 2021Copper Contributorhi bosinander. The output is EXACTLY what I was looking for. Thank you for laying out the steps you took to get there. Extremely helpful. Did not know the data was a static pivot table. Many thanks
- bosinanderOct 19, 2021Iron Contributor🙂 You're welcome.