Removing data from a cell

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

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.
 
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
 

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

Back
Top