View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SBA22000 SBA22000 is offline
external usenet poster
 
Posts: 2
Default how to set data validation on cell that display a date in Excel?

Hi sorry for the delay I was in vacation. the company policy set the date
format to be mm/dd/yy. I applied cell formating to display the date format as
specified. I noticed that if user enter another DATE format, the OS convert
it automatically to display the cell formating. But, if user enter "anything"
different from a date format it will display the input as made even if it's
not a date. that's why I need a prompt to show and ask user to enter a
correct date format. I thought that I can accomplish this with data
validation. I'm not able to do so! is there a way to do it?
Thanks for the support.


"SBA22000" wrote:

I have a cell where user should enter a date in the format "mm/dd/yy" so I
formated the cell to do so. when user enter a diffrent date format, the OS
convert it the predifined cell formating. but when an illogical entry is made
no thing happends. does data validation allow me to do so and dispaly a
warning message and how can I do so?