Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Format Cells Number tab Custom select m/d/yyy
"magic2821" wrote: 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. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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??? "Teethless mama" wrote: Format Cells Number tab Custom select m/d/yyy "magic2821" wrote: 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. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=INT(A1)
"magic2821" wrote: 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??? "Teethless mama" wrote: Format Cells Number tab Custom select m/d/yyy "magic2821" wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting data with time stamps | Excel Discussion (Misc queries) | |||
sorting data by time and day of week | Excel Worksheet Functions | |||
Sorting data at end of cell | Excel Discussion (Misc queries) | |||
Sorting cell data based on values | Excel Discussion (Misc queries) | |||
how do you prevent data from changing values when sorting linked . | Excel Discussion (Misc queries) |