2 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

How to capture 1st and 2nd place, accounting for ties

Our take

Are legacy spreadsheets making it tough to track real-time results in your board game? You’re not alone. Automating your scoring system can elevate your game nights by accurately capturing first and second places while smoothly handling ties. With a few smart Excel functions, you can seamlessly group tied players and ensure your leaderboard reflects the action. Dive in to discover how to simplify your data organization, allowing for a more enjoyable and engaging experience for everyone at the table!
A B C D
Mike 1 2 4 7
Fred 4 1 4 6
George 3 6 4 6
Julie 7 3 6

So I'm trying to "automate" a spreadsheet to accompany a board game. I need to track who's in first and second place, while accounting for ties... so for each of the columns, I'd need the following results:

A:

A
1 Fred
2 George

B:

B
1 Julie
2 George

C:

C
1 Fred, George, Mike
2

D:

D
1 Mike
2 Julie, George, Fred

All table formatting by ExcelToReddit

All of my original data is captured in a single grid (like in my example), and I'm breaking out each "column" into a separate grid, currently sorted by that column value... basically, I just need to figure out how to combine "duplicate" values (all of the first place owners together, all of the second place owners together) to account for ties. The order of the names within the placements is immaterial (doesn't necessarily need to be alpha within the specific rank).

In the case of a tie for first, there would be no second place.

There will be another column on the right to show the "payout" for each placement, but I'm pretty sure I can figure out how to get the payout correct once I've got the correct number of names for each place.

Running 365 on Windows, if that changes anything.

Any thoughts?

submitted by /u/Cr4nkY4nk3r
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles

Tagged with

#Excel alternatives for data analysis#generative AI for data analysis#natural language processing for spreadsheets#rows.com#big data management in spreadsheets#modern spreadsheet innovations#machine learning in spreadsheet applications#enterprise-level spreadsheet solutions#digital transformation in spreadsheet software#conversational data analysis#Excel compatibility#collaborative spreadsheet tools#AI-driven spreadsheet solutions#cloud-based spreadsheet applications#real-time data collaboration#automation in spreadsheet workflows#intelligent data visualization#no-code spreadsheet solutions#first place#second place