Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to sort by the time of day. Because the date and time field are
part of the same number the worksheet sorts by date then time. Any suggestions ? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if the date-time is in A1, then:
=MOD(A1,1) will return the time part -- Gary's Student "Ron" wrote: I'm trying to sort by the time of day. Because the date and time field are part of the same number the worksheet sorts by date then time. Any suggestions ? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MOD(A1,1), fill down as far as needed.
Select the column, Copy, Paste Special, check Values. Now you can sort on that column -- Kind regards, Niek Otten "Ron" wrote in message ... | I'm trying to sort by the time of day. Because the date and time field are | part of the same number the worksheet sorts by date then time. | Any suggestions ? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you really have date and time in a cell (say A1):
=a1-int(a1) or =mod(a1,1) (Format as time) Ron wrote: I'm trying to sort by the time of day. Because the date and time field are part of the same number the worksheet sorts by date then time. Any suggestions ? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help: convert seconds to date and time | Excel Discussion (Misc queries) | |||
Date and Time on X-axis | Charts and Charting in Excel | |||
How to get pivot table Time field to appear correctly | Excel Worksheet Functions | |||
How to Join/concatenate a date field with a time field in Excel? | Excel Discussion (Misc queries) | |||
Help wtih date and time in the same cell | Excel Worksheet Functions |