If you want to validate a cell to restrict data entry to a date range then follow these steps:
- Select the cell you want to validate.
- On the Data tab, in the Data Tools group, click Data Validation.
- The Data Validation dialog box will open.
- In the Data Validation dialog box, click the Settings tab.
- Click on the Allow box then select Date from the drop-down list.
- Click the Data box and then select an option from the drop down list e.g. “Between” , “Greater than”, …etc.
- In the Start Date box enter a valid date compatible with your regional settings for the date.
- In the End Date box enter a valid date compatible with your regional settings for the date (this box is not applicable for some options).
- You can enter a formula that returns a date for Start Date or End Date, for example “=Today()+7″.


Notes:
- To specify how you want to handle blank (null) values, select or clear the Ignore blank check box.
- If your allowed values are based on a cell range that has a defined name and there is a blank cell anywhere in that range, selecting the Ignore blank check box allows any value to be entered in the validated cell. This is also true for any cells that are referenced by validation formulas: if any referenced cell is blank, selecting the Ignore blank check box allows any value to be entered in the validated cell.
More Validation options:
- Display an input message when the cell is clicked.
- Click the Input Message tab.
- Select Show input message when cell is selected check box.
- Fill in the Title and text for the Input message.
- Display an error message when wrong data is entered.
- Click the Error Alert tab.
- Select Show error alert after invalid data is entered check box.
- Fill in the Title and text for the Error message.
- Select one of the following options for the Style box:
- Information: Display an information message. Does not prevent entry of invalid data.
- Warning: Display a warning message. Does not prevent entry of invalid data.
- Stop : Prevent entry of invalid data.
Tip
If you change the validation settings for a cell, you can automatically apply your changes to all other cells that have the same settings. To do so
- Open the Data Validation dialog box.
- Click the Settings tab.
- Select the Apply these changes to all other cells with the same settings check box.







