Using Collect with the large function
Justin Mauzy
✭✭✭✭✭
I have 3 columns in the same sheet:
The formula that is in the Case Total/Supervisor is (this works perfectly):
=LARGE([Total Issues]61:[Total Issues]150, 1)
I am trying to do the following:
- I want to collect the name in the row with the Largest value. These are higher up on the sheet.
- Put that name into the Name column.
The formula I am trying to use is:
=INDEX(COLLECT(Name61:Name131, LARGE([Total Issues]61:[Total Issues]131, 1))
Ultimately, I am trying to highlight the top 10 offenders but want it to be dynamic.
Best Answer
-
Use the corrected formula below,
=INDEX(COLLECT(Name61:Name131, [Total Issues]61:[Total Issues]131, LARGE([Total Issues]61:[Total Issues]131, 1)),1)
Answers
-
Use the corrected formula below,
=INDEX(COLLECT(Name61:Name131, [Total Issues]61:[Total Issues]131, LARGE([Total Issues]61:[Total Issues]131, 1)),1)
-
Thank you! That worked perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!