R
R
I have a column of date/time. ie the input in each row is something
like "3/14/05 1:30 PM" I need to sort this list by the time,
forgetting about the date. In other words, I don't care what date
something happened, but I want all the 9:00 am's at the top of the
list and all the 5:00 pm's at the bottom. (I tried changing the format
to just the time format, but that doesn't help!) How can I do this?
Thanks!
like "3/14/05 1:30 PM" I need to sort this list by the time,
forgetting about the date. In other words, I don't care what date
something happened, but I want all the 9:00 am's at the top of the
list and all the 5:00 pm's at the bottom. (I tried changing the format
to just the time format, but that doesn't help!) How can I do this?
Thanks!