Index - match
Hi All,
I've been trying to get the Name A, and the minimum scoring is 3.
=INDEX(C2:C11,MATCH(1,(A:A=B13)*MIN(C2:C11),0))
= 2
Anyone can help on the formula?
Best Answer
-
Hi @Onlylonely
What I would do in Smartsheet is set up a second sheet (or you could use two columns in the current sheet), listing all the names down one column. In my example I'll title the column "Name".
Then you can use an MIN(COLLECT( in the second column to look at that name and check your other grid to pull back the MIN, like so:
=MIN(COLLECT({Scoring Column other sheet}, {Name Column other sheet}, Name@row))
If you're putting this formula in the same sheet, the column references would look like this:
=MIN(COLLECT(Scoring:Scoring, Name:Name, Name@row))
See: MIN Function, COLLECT Function, Formulas: Reference data from other sheets, Create a Cell or Column Reference in a Formula
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Answers
-
Hi @Onlylonely
What I would do in Smartsheet is set up a second sheet (or you could use two columns in the current sheet), listing all the names down one column. In my example I'll title the column "Name".
Then you can use an MIN(COLLECT( in the second column to look at that name and check your other grid to pull back the MIN, like so:
=MIN(COLLECT({Scoring Column other sheet}, {Name Column other sheet}, Name@row))
If you're putting this formula in the same sheet, the column references would look like this:
=MIN(COLLECT(Scoring:Scoring, Name:Name, Name@row))
See: MIN Function, COLLECT Function, Formulas: Reference data from other sheets, Create a Cell or Column Reference in a Formula
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!