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 for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
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 for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!