Entering dates

G

Guest

In Excel 2002, is there a built-in format that will automatically put slashes
into a date so that I only have to key the digits. For example, can I key
03122006 and see 03/12/2006 in the cell? I am sure it can be done in a custom
format, but I thought I may be missing a built-in function.

Thank you.
 
G

gjcase

You could format the entry cells as text and use a column next to them
to display a date by parsing the text. If the text were in M2, N2
would contain (=LEFT(M2,2)&"/"&MID(M2,3,2)&"/"&RIGHT(M2,2)

---GJC
 

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