Hi everyone,
I have a column that has data like this:
Jul
Aug-Sep
Oct
Nov-Jan
I want to sort it by months. When I use the custom list in normal Sort, it only works partially -- I end up with this:
Jul
Oct
Aug-Sep
Nov-Jan
I tried creating a custom list such that anything that started with "Aug-" would be sorted after "Aug" and before "Sept" (for instance), but it didn't work.
So I either need a way to create a custom list indicating how to sort month durations like "Aug-[anything that might come after]" in relation to single months, or I need a code to do so, or another idea. If anyone could help get me started, that would be fantastic. Thanks!
Katherine
I have a column that has data like this:
Jul
Aug-Sep
Oct
Nov-Jan
I want to sort it by months. When I use the custom list in normal Sort, it only works partially -- I end up with this:
Jul
Oct
Aug-Sep
Nov-Jan
I tried creating a custom list such that anything that started with "Aug-" would be sorted after "Aug" and before "Sept" (for instance), but it didn't work.
So I either need a way to create a custom list indicating how to sort month durations like "Aug-[anything that might come after]" in relation to single months, or I need a code to do so, or another idea. If anyone could help get me started, that would be fantastic. Thanks!
Katherine