convert text to dates

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

Guest

Want to convert text date "30 AUG 2006" to a date. Have used "=DATEVALUE()"
but comes back with #value!.
Would greatly appreciate help here.
 
Use TTC (Text to Columns).

Select the column, then:
<Data> <Text To Columns>
And click "Delimited", then <Next> <Next>

Click on "Date", and make sure that "DMY" shows in the window,
Then <Finish>,
And you've got XL recognized dates.

You can now format the data any way you wish.
 
Hi,
If you have the text date "30 AUG 2006" in cell A1. you can use
=datevalue(a1) or =datevalue("30 AUG 2006"). if the answer return in number
like 38959 you can format it. (if you use =datevalue("a1") it will answer
#value!.)
yui

"Ben" เขียน:
 

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