Data Validation: Historical date

J

Jeff Polack

I have a date picker on which I would like to ensure that the date entered is
not historical (i.e., before today). I've popped open the Data Validation
box, put in the name of the date picker control, entered 'is less than' in
the criteria and. . .

I can't figure out how to reference Today in the value box (i.e., DatePicked
< Today). Any assistance would be appreciated.

TIA
 
R

Ramana Devi

Hi,
Please follow the below steps for referencing Today in the value box
1. In Data validation box ,Put in the name of date picker control, enter ‘is
less than’ and select ‘Use a Formula’ from the third drop down
2. In Insert Formula box select ‘Insert Function’.
3. In Insert Function box select ‘Date and Time’ and select ‘Today’ from the
Functions list
4. Click Ok to close all the dialog boxes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top