Converting row values to row/column values
I'm trying to either use Pivot or Index/Match a situation where:
Sheet 1 - Portfolio Health Summary
-Has Market/Function in a row
-Looking to bring the Current Health Indicator to Sheet 2
Sheet 2 - Portfolio Health Pivot
-Has Function by row
-Has Market by column
-Need to return Current Health Indicator
See screenshots:
Thanks All!
Answers
-
I would actually use a Collect Formula
3 Cross sheet references, one for Market Column, one for Function Column, one for Current Health Indicator referencing the porfolio sheet.
On the Pivot sheet use a formula like this:
=Join(collect({CurrentHealth},{Market},"Connecticut(etc. by column)",{Function},Function@row),"")
You may need... =Join(collect({CurrentHealth},{Market},@cell ="Connecticut(etc. by column)",{Function}, @cell =Function@row),"")... I can never remember. Try the first one first then try this if that one doesn't work.
-
Thanks! I'll give it a shot and let you know.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!