deleting part of an entry

  • Thread starter Thread starter chris.howes
  • Start date Start date
C

chris.howes

I have a cell that contains DD/MM/YYYY HH:MM:SS
and need to remove the time from the cell have writen a macro but i
only works on 1 cell at a tim
 
Could you not insert a column and use the function =ROUND([DATE],0)

Dunca
 
I misread the OPs question, to remove time use

=INT(A1)

your formula will round for instance

04/14/2004 12:01:00

to 04/15/2004

--

Regards,

Peo Sjoblom
 

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