Index A Pivot Table
Does anyone have experience using Index on a pivot table? Or perhaps there is a better way.
We use a pivot table to summarize various stages of the sales process (not contacted, needs contact, active priority, hot needs call, warm needs call, etc). I need to pull the summary numbers from that pivot table each week into a summary sheet so I can run reports on the progress of these numbers.
Is this possible or is there a better way?
Thanks
Answers
-
You could use an INDEX/MATCH
=INDEX({Pivot Sheet Numbers Column}, MATCH([Sales Stage]@row, {Pivot Sheet Stage Column}, 0))
but this will provide a live match which could also be accomplished via standard cell linking.
If you need static data for historical purposes, you would need to use a Copy Row Automation and then an INDEX/MATCH to pull the most recently copied data.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!