Get this free Excel golf tee off times workbook, to choose player tee off times for golf tournaments, or for daily players at a golf course. Select a start time, choose 4 players, and click a button to add them to the schedule.
Use this workbook to set up the tee off times for your golf tournaments, or for daily players at a golf course. Drop down lists and macro buttons make this golf tee off times workbook easy to use.
First, you'll enter 2 details on the Summary sheet, and then complete these 3 steps:
Watch this video to see how you can schedule player tee off times with the Golf Tee Off Times workbook. The video also shows how the formulas and macros work, if you're interested in learning about that.
To customize the Golf Tee Off Times workbook, the first quick step is to enter your tournament date, and the number of players, on the Summary sheet.
Note: The grey cells have formulas, so don't type anything in those cells.
If the workbook has been used before, and you want to start fresh for a new tournament, click the Clear Bookings button, to remove player names from the TeeOffTimes sheet.
NOTE: In the "Partially-Filled" version of the Tee Off Times workbook, there is an extra row with formulas. The formulas show how many time slots are completely filled, and how many are partially filled.
The next step is to enter your player names on the PlayerList sheet. That sheet has an Excel table with placeholder names -- Name01, Name02, etc.
Note: There are formulas in the "Booked" and "Time" column, so don't make changes there.
Next, go to the TeeOffTimes sheet, where there is an Excel table with a list of tee off times entered, and 4 columns for player names. A macro will fill in the player names for you later.
The tournament date (from the Summary sheet), appears at the top of this sheet.
You can use the Tee Off Times list as it is, or type different times in the Times column.
Note: Do NOT enter duplicate tee off times - each time must be listed only once, or the macro that adds the player names to this sheet won't work correctly.
If you need more tee off times, follow these steps to add them:
On the Admin_Times sheet, follow these steps to add the new TimeIDs:
The final step is to assign players to a tee off time. There are 2 versions of the Excel workbook, Original and Partially-Filled, and the steps for each version are shown below.
On the PlayerList sheet, select a Tee Off Time from the drop down list.
NOTE: Only the available times show up in this drop down - booked times are hidden.
In the list of players, type an X or x in the Mark column, beside each player you want to assign to that tee off time. If you try to mark more than 4 names, an error message will appear.
Original Version
Mark the players you want to add to the selected tee off time.
Partial Version
For partially-filled tee off times, the previously selected players are highlighted, in the Time column.
To keep those players in the time slot, mark them with an X. Otherwise, they'll be removed from that time slot.
Click the Book Times button, to add those players to the TeeOffTimes sheet, at the selected time.
After a player is assigned to a tee off time, their row in the Players list changes, like the Toni W row in the screen shot below:
The Excel Golf Tee Off Times workbook uses formulas and macros to assign selected players to their tee off times.
There are 2 macros in the workbook, and they run when you click the buttons on the worksheets.
This macro clears all the player names from the table on the TeeOffTimes sheet. To run the macro, click "Clear Bookings" on the Summary sheet or click "Clear Names" on the TeeOffTimes sheet.
This macro puts the selected player names onto the table on the TeeOffTimes sheet, at the selected time. The macros stops, if you haven't selected a tee off time.
There are formulas on most of the worksheets, and here is a brief look at what the formulas do.
There is a formula in the first column (Open), to number the tee off times that are still available. Those numbers are used on the Admin_Times sheet, to create a list for the Tee Off Time drop down.
The formula is slightly different in each version.
Original Version
Tee off times with any number of players are NOT available, so here's what the formula does:
=IF(COUNTA(tblTOT[@[Player1]:[Player4]]), "", MAX($A$3:A4)+1)
Partially-Filled Version
Tee off times with fewer than 4 players ARE available, so here's what the formula does:
=IF(COUNTA(tblTOT[@[Player1]:[Player4]])=4,"",MAX($A$3:A3)+1)
The Admin_Times sheet has a table with Time IDs. In the TimeCalc column, a formula gets the tee off time for each ID, from the TeeOffTimes list.
Time IDs are manually entered in the TimeID column, and there must be one ID for each tee off time on the TeeOffTimes sheet. There are simple formulas in cells E1:E3, to check if the numbers are the same. If not, cell E3 changes to yellow fill, with conditional formatting.
Only the tee off times with numbers will appear in the Tee Off Times drop down list on the PlayersList sheet. In this example, 8:00 AM and 8:30 AM are booked, so they're not in the drop down list.
That list is created with data validation, and the list based on a named range = TimeList. It is a dynamic range, and only includes the rows with times in the TimeCalc column.
To see the formula for the TimeList named range, go to the Formulas tab, and click Name Manager, then click on TimeList.
The PlayerList sheet has two columns with formulas - Booked and Time
Shows a Y if the player's name is in the TeeOffTimes sheet. The COUNTIF function checks for the name.
Shows the player's tee off time, from the TeeOffTimes sheet. This complex formula is array-entered, with Ctrl-Shift-Enter
For partially-filled tee off times, the Time column has conditional formatting, so previously selected players are highlighted.
The Summary sheet has several simple formulas, in the grey cells, to count the players and times.
At a glance, you can see if all the players have been booked to tee off times, and if enough tee off times have been entered in the workbook.
NOTE: In the "Partially-Filled" version of the Tee Off Times workbook, there is an extra row with formulas. The formulas show how many time slots are completely filled, and how many are partially filled.
Last updated: August 31, 2021 12:16 PM