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
- Smartsheet Customer Resources
- 62.9K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!