View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Excel: how to convert "27.11.2007 15:13" to number (cellformat fai

Select the column and then do a Replace (Ctrl-H) and replace . with /

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"dominico23" wrote in message
...
In Excel, I have a very long list of entries showing a date and a time in
the
same cell (e.g. 27.11.2007 15:13, date is in European date format). I
would
like to convert each cell to a number so I can perform calculations.

However, using the Menu: FORMAT - CELL - NUMBER does convert it to a
number.

Note: If I input the date and time by hand in the same cell then
formatting
as outlined above works.

Can you help?