View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Convert date + time text format to date format

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



Paul Ho wrote:

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.


--

Dave Peterson