Dial_tone MVP EF VIP Sep 14, 2007 #1 I need to sort a column by the last character in a field. i.e. instead of: april june may I need: june april may
I need to sort a column by the last character in a field. i.e. instead of: april june may I need: june april may
hawaiianflash New member Sep 14, 2007 #2 Dial_tone said: I need to sort a column by the last character in a field. i.e. instead of: april june may I need: june april may Click to expand... in the next column type =right(a1,1). Sort by that column.
Dial_tone said: I need to sort a column by the last character in a field. i.e. instead of: april june may I need: june april may Click to expand... in the next column type =right(a1,1). Sort by that column.