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.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!