converting date and time fields

N

neuman

Hello,
I have columns that contain date and time in the "14/07/2003 17:57:00"
format.
I need to convert them into date-only and time-only fields (not only
visually).
How do I get rid of the date/time part?
Thanks
 
N

neuman

thanks!
Laura Cook said:
With date and time in column A, in B1 enter:

=INT(A1)

Format as a date. Now in C1 enter:

=A1-B1

Format as a time.

Copy the formulas down as far as needed. If you no longer need column A,
select both column B & C and Copy, then Paste > Special > Values. Now you
can delete column A.
 

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