Strip Out Time

  • Thread starter Thread starter HeartSA
  • Start date Start date
H

HeartSA

I have this below

8/26/2005 3:19:00 PM

I only want to display

8/26/2005

Can't figure out how to do this. I tried changing the date format to just
date, but it still displays the time. Please help
 
=int(A2)

assuming it is a real date and timne cell. Format the cell as just date.

Actually, you could just format the original cell as date. The time will
still be there, it just won't show.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
First, make sure what you have in your cell is truly an "Excel Date
(which is a number that Excel interprets as a date) by changing th
format of the cell to General. The cell should now show the "Dat
Number" of 38590.63819 (or similar). If it still shows "8/26/200
3:19:00 PM", then what you have is a TEXT entry and changing the forma
will not alter it.

What do you find
 
Back
Top