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
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 489 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!