From: Susan on 7 Apr 2010 16:27 I need to sort a spreadsheet by using the last digit in a column that has department numbers. EX: 300009 300006 300004 Thank you!
From: FSt1 on 7 Apr 2010 16:43 hi use a helper column. in a column to the right of the data, enter this formula..... =right(A2,1) copy down. use the helper column as the primary sort key. regards FSt1 "Susan" wrote: > I need to sort a spreadsheet by using the last digit in a column that has > department numbers. > > EX: 300009 > 300006 > 300004 > > Thank you!
From: Mike H on 7 Apr 2010 16:44 Hi, use a helper column to extract the last number =RIGHT(A1,1) Select both columns and sort on the helper column which you can hide. -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Susan" wrote: > I need to sort a spreadsheet by using the last digit in a column that has > department numbers. > > EX: 300009 > 300006 > 300004 > > Thank you!
|
Pages: 1 Prev: =CELL("filename") returns #VALUE! Next: Refresh of links in shared file. |