Use Max function to return person's name?
Hi
I want to use a formula that will return the highest value in column 2
is there a way to do this please
Answers
-
@Genevieve P. hope you are well, can you please advise?
-
Can you clarify what you are looking to do?
Are you looking for the first value in Column 2 alphabetically?
Or are you looking for the highest value in Column 2 based on a value in another column?
Your title question mentions using MATCH to find a person's name; what are you looking to match with, and what does a person's name have to do with the data in your screenshot?
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
@Jeff Reisman sorry I meant Max function
i want to return the most common name in column 2 in another cell
Bit of background, people nominating colleagues for an award, so i want to see who's been nominated the most.
in the example above, G the is the most common so i want the formula to return G?
can you advise please?
-
@Maz Uddin Ah, that makes more sense!
So you already know who has the most entries, that's good. We can use INDEX/MATCH with MAX to collect the name with the most entries. Just be aware that if two people have the same number of nominations, this formula will only return the first name it comes to (usually the name with the lowest row number that meets the conditions we give it.)
=INDEX([Column2]:[Column2], MATCH(MAX([Column8]:[Column8]), [Column8]:[Column8], 0))
In English: Give me the value from Column2 from the first row where the highest value in Column8 matches the value in Column8.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!