A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I'll give it a shot. Thanks!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello! So I have recently gotten into excel and have been using it for everything. I am putting together a football score system. This is what it looks like
Im using a super simple Max formula for Score
And using a nested If formula to display the weeks winner
What I didnt take into account is a tie in points. Currently the winner row will prioritize the first row with the highest value. So if James scored 10 points and Garret also scored 10 points it will display Garret as the winner. I was wondering if there is a way to get multiple names to display in the winner cell if two or more people tie at first.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
I'll give it a shot. Thanks!
In B13:
=TEXTJOIN(", ", TRUE, IF(B3:B13=B14, $A$3:$A$12, ""))
If you have Excel 2019, confirm the formula with Ctrl+Shift+Enter.
Fill to the right to T13.