Five Crowns score card

akagigi

New Member
Joined
Jun 8, 2022
Messages
2
Office Version
  1. 2016
Platform
  1. MacOS
Hi, I have watched videos and tried Conditional Formatting, Macro and Active cell editing, but still can't seem to find answers or any Etsy shop that has an electronic spreadsheet. I am sure this is simple, but need some help.
I have a basic spreadsheet with rows and columns.
So, for example, Row 1 would be labeled Round 3..and each column is the players name, so for 4 players, Row 1 could have 10, 13, 0, 20 (which would indicate the players score) and the score card would have 13 Rounds. BUT, the Round also indicates what Round the players are on. What I want to do is, once I complete the last score for the 4th Player, for the next ROW to highlight. In my attached example, it would be ideal for Row 4 to highlight (within table area, not entire row), I was able to create button that would clear contents and to sum score totals, but not the highlight "round" row.

Any suggestions or help would be greatly appreciated.

Thanks in advance.
 

Attachments

  • Screen Shot 2022-06-08 at 9.15.00 PM.png
    Screen Shot 2022-06-08 at 9.15.00 PM.png
    134.6 KB · Views: 399

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Suppose you select A2:A22 where the rounds are, the put this into the conditional formatting:

Code:
=row()=2+2*COUNTA($E$2:$E$22)

1654744344597.png


1654744437237.png
 
Upvote 0
Solution
OH my!!! THANK YOU! I think this will work!!!
Thanks so much!
 
Upvote 0

Forum statistics

Threads
1,215,256
Messages
6,123,906
Members
449,132
Latest member
Rosie14

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top