To send emails to only athletes/parents entered into a meet follow the steps below:
- Create Meet Entries Report
Note: See related article Meet Entries Report
- Click to export as a CSV
- Open the file
- Select the Athlete Name row
- Right Click the row
- Click Copy
- Create Registration Report for desired program
Note: See related article Swim Manager: Export Registrations Report including all Form Question Reponses
- Click to export as a CSV
- Open the file
- Delete all columns except: Athlete First Name, Athlete Last Name, Athlete Email
- In C2 type =CONCAT(A2, " ", B2)
- Click the bottom right hand corner of the cell and drag it down to the end of the column
- Insert a new column next to column C
- Copy the athlete names from meet entry report to this column
- Right Click cell D2
- Click Paste Special
- Click Paste Values 123
- Select Column D
- Click Conditional Formatting
- Click New Rule
- Click Use a formula to determine which cells to format
- Type =COUNTIF($D:$D,$C1)
- Click Fill
- Select a color
- Click OK
- Click OK again
- All athletes who are going to the meet will now be highlighted
- Create a new CSV file
- In Cell A2, type Email
- Copy all athlete's emails who are highlighted to the new CSV file in Column A starting with Cell A2
- Save the file
- In Swim Manager, click on Communications
- Click Create Email
- Click Add
- Click Import CSV
- Click Choose File
- Select the CSV file
- Enter list name
- Click OK
- Click Import
- Edit and send email
Note: See related article Send Emails