![]() |
|
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 1
|
I know this may sound like a newbie question, but I need help.
I want to sort some cells based on the last digit of a cell. example, I want all the cells with a 1 as a last digit seperated from the rest. Thanks in advance?? |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Apr 2002
Location: Minnesota
Posts: 821
|
The easiest way I know is to create a formula in the far right column.
=right(yourcell,1) Copy the formula down the column for the cells that you want sorted and then include that column in your sort. It may not be elegant but it should work. Good luck |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|