![]() |
sorting issue
I am trying to sort by two columns, a date column and a general column.
Sorted by themselves, all works fine. but if I add a level and sort the general after the date, the general column is not alphabetical. Any ideas? |
sorting issue
Please ignore. I figured it out. the date field had minutes too. created new
column with =value(left(A1,5)) and was able to sort fine. "brian" wrote: I am trying to sort by two columns, a date column and a general column. Sorted by themselves, all works fine. but if I add a level and sort the general after the date, the general column is not alphabetical. Any ideas? |
sorting issue
Hi Brian,
You would be better off using something like =INT(A1) to extract the integer value of a timestamp which would be the date, rather than a text representation. More information on sorting: http://www.mvps.org/dmcritchie/excel/sorting.htm -- HTH, David McRitchie, Microsoft MVP - Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "brian" ... Please ignore. I figured it out. the date field had minutes too. created new column with =value(left(A1,5)) and was able to sort fine. "brian" wrote: I am trying to sort by two columns, a date column and a general column. Sorted by themselves, all works fine. but if I add a level and sort the general after the date, the general column is not alphabetical. Any ideas? |
All times are GMT +1. The time now is 04:04 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com