View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph David Biddulph is offline
external usenet poster
 
Posts: 618
Default Convert date and time

=INT(A1) for the date, and =MOD(A1,1) for the time. Format each cell
according to your wishes.
--
David Biddulph

"Vijay Kotian" wrote in message
...
I want this value in diffierent colums e.g. 27/11/2006 9:55 AM, how to take
only date in one column and time in another column?