CHANGE DATES

M

ME

I WOULD LIKE TO BE ABLE TO TYPE IN A 6 DIGIT NO. EG 010101 AND IT BE CHANGED TO THIS 01/01/01 IS THIS POSSIBLE AND IF SO COULD SOMEONE EXPLAIN IT TO ME SIMPLY THANKYOU
 
D

Dave R.

Dont know if you can do that. If you have the cell formatted as a date, it
will think the date you're talking about is 10101 and give you 8/27/27.

How about you save yourself a keystroke or two, and don't enter 0s when they
directly precede a number? You can use your energy to press "/" instead, and
you wont have to worry about this.

Altneratively, what you could do, is format cells as text, enter 010101,
then look at the first 2 numbers to determine the month, the 3rd and 4th to
determine the day, and the 5th and 6th to determine the year, then create a
date that way.

=LEFT(F22,2)&"/"&MID(F22,3,2)&"/"&RIGHT(F22,2)




ME said:
i would like to be able to type in a 6 digit no. eg 010101 and it be
changed to this 01/01/01 is this possible and if so could >someone explain
it to me simply thankyou
 

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