Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Howto limit cells to only except dates

Status
Not open for further replies.

mark47

Mechanical
Joined
Aug 26, 2002
Messages
2
Location
US
I have a sheet that requires a date input. The date is used to calculate days in inventory. I need to be able to limit the text in these cells to dates only. How can I check cells for the correct input and throw up a message if it is not a date?
 
Hello Mark,

You can do this using data validation. Select Tools|Validation... In the dialog, choose "Date" from the Allow: dropdown list. You can then choose additional criteria (e.g. date must be between two values you specify). You can also input the error message users see when the criteria are not satisfied. Quite versatile.


HTH
Mike
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top