date format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i have a sheet where in some cells the date are in ddmmyy format along with
text & in some cells mmddyy format along with text.

is there any command to change all in mmddyy format
 
i have a sheet where in some cells the date are in ddmmyy format along with
text & in some cells mmddyy format along with text.

is there any command to change all in mmddyy format

You need to describe more precisely exactly what is in the cells, and how one
can tell the difference between a date that is in mmddyy format and a date that
is in ddmmyy format.

For example, if the cell contains 080505, how do we now whether this represents
8-May-2005 or 5-Aug-2005? (If you are going to automate this process, there
needs to be some kind of rule for the conversion).

Also, when you say there is the date along with text, what exactly is the
contents of the cell. i.e. what is in the formula bar? what does the cell
show if formatted as General?

I doubt the above can be done solely with a "command". However, there may be a
combination of command and formulas, or formulas alone, or a VBA routine, that
can accomplish your goals.


--ron
 
Give examples.
Are the dates in the same CELLS as the 'along with some text'?
If so, are the dates always in the same position?
If so, are the dates always the same length?
Can't help without this information.
 

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

Similar Threads

Importing .txt data into Excel 1
Changing dates 6
Date format 050180 to 05/01/80 11
Date from text 6
Save as Macro 1
Opening a .csv file 6
Concatinate name and date 4
Default Value =Date$() in UK Date Format 5

Back
Top