R Ray Mar 24, 2004 #1 I have a date and time value in a cell. How do I remove the time from the cell? The date and time is separated by a space.
I have a date and time value in a cell. How do I remove the time from the cell? The date and time is separated by a space.
F Frank Kabel Mar 24, 2004 #2 Hi if it's a Excel date/time format use =INT(A1) and format this cell as date and =A1-INT(A1) and format this as time
Hi if it's a Excel date/time format use =INT(A1) and format this cell as date and =A1-INT(A1) and format this as time