Date format

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Anyone know how to make excel recognise info as a date
when it is entered as 31.3.04

as opposed to 31/3/04 or 31-3-04?
 
Hi Peter
try formating the cells prior to entering values with the format
DD.MM.YY
 
You could convert it with a formula:

=SUBSTITUTE(A3,".","-")*1

Format as date.

HTH
Jason
Atlanta, GA
 

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

Back
Top