Convert date + time text format to date format

G

Guest

Hi,
For example. I have a text "5/30/2007 09:30 AM" in cell a1. How can I
convert it to Date format? Thanks.
 
R

RagDyeR

One way:

select the cell(s),
<Data> <Text To Columns> <Delimited> <Finish>
--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================



Hi,
For example. I have a text "5/30/2007 09:30 AM" in cell a1. How can I
convert it to Date format? Thanks.
 
D

Dave Peterson

If your windows short date is in mdy order, you may want to try just selecting
that column and

Edit|Replace
what: / (slash)
with: /
replace all
 

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