error alert for invalid date

N

nader

hi
I want excel showes error alert if user enters invalid dates like
"2010/2/29"...
I can not creat it on data validation.
 
J

Jacob Skaria

Select the range..Say F1:F10

From Data>Validation>
--From Validation Criteria>Select 'Date' and mention the start date and end
date..

--From Validation Criteria>Select 'Custom' and mention the below formula..
=DAY(F1)
 
N

nader

it worked. thankes
best regards
nader

Jacob Skaria said:
Select the range..Say F1:F10

From Data>Validation>
--From Validation Criteria>Select 'Date' and mention the start date and end
date..

--From Validation Criteria>Select 'Custom' and mention the below formula..
=DAY(F1)
 

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