Share via

Having multiple values appear in one cell.

Anonymous
2022-09-09T19:36:00+00:00

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.

Microsoft 365 and Office | Excel | Other | Other

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.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2022-09-09T22:08:01+00:00

    I'll give it a shot. Thanks!

    Was this answer helpful?

    0 comments No comments
  2. HansV 462.6K Reputation points
    2022-09-09T19:40:57+00:00

    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.

    Was this answer helpful?

    0 comments No comments