Sorting data/time cell values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an imported set of data which has multiple columns with date/time
format (4/16/2007 8:33:53 AM). I need to sort by date and then count items
with same date, but can't do so because I don't know how to get rid of the
time value. I have found no reference / function in the numerous books, etc
I have that seems to address date/time formats such as this.
 
Thanks, but this only changes the format. It still does not allow me to sort
as needed. What I need to be able to do is "strip" the time value from the
cell, leaving only the date. This way I can count date values for a given
date. With the Time value appended to the date value, every cell remains
unique.

Any other suggestions???
 
=INT(A1)


magic2821 said:
Thanks, but this only changes the format. It still does not allow me to sort
as needed. What I need to be able to do is "strip" the time value from the
cell, leaving only the date. This way I can count date values for a given
date. With the Time value appended to the date value, every cell remains
unique.

Any other suggestions???
 

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