dropping time from a date-time field

  • Thread starter Thread starter steven.fox
  • Start date Start date
S

steven.fox

This should be simple
we have a field 2005-01-07 12:00AM.....
We only want the 2005-01-07 part (no time part)
any ideas
 
One way:

=INT(A1)

format as date.

(XL stores dates as integer offsets from a base date, and time as
fractional days).
 
Back
Top