a. In the range C3:C16, set a data validation rule allowing only date values between 5/28/21 and 5/31/21, using the festival dates.
b. Input message: "Volunteer Assignment Date - Enter the date of the volunteer assignment."
c. Stop style error alert: "Invalid Date - Enter a date between May 28 and May 31."
a. Setting up Data Validation Rule:
- Select the range C3:C16 on the Volunteer Records worksheet.
- Go to the "Data" tab in the Excel ribbon.
- Click on "Data Validation" in the "Data Tools" group.
- In the Data Validation dialog box, choose "Date" from the Allow dropdown menu.
- Set the Start Date to 5/28/2021 and the End Date to 5/31/2021.
- Click "OK" to apply the rule.
b. Creating an Input Message:
- Select the same range C3:C16.
- Go to the "Data" tab and click on "Data Validation" again.
- In the Data Validation dialog box, go to the "Input Message" tab.
- Enter "Volunteer Assignment Date" as the title.
- In the Input Message box, provide the text: "Enter the date of the volunteer assignment."
- Click "OK" to apply the input message.
c. Setting up Error Alert:
- Select the same range C3:C16.
- Go to the "Data" tab and click on "Data Validation."
- In the Data Validation dialog box, go to the "Error Alert" tab.
- Choose "Stop" from the Style dropdown menu.
- Enter "Invalid Date" as the title.
- In the Error Message box, provide the text: "Enter a date between May 28 and May 31."
- Click "OK" to apply the error alert.