a 'helper' column is a column that helps, in this case, helps to store something for you to sort over.Originally Posted by bobbismal
Column E was suggested and used in the example, however you may select any column that is not already occupied with data or formula.
Do you have a header row or does your data start in row 1?
IF you have no header row (a row, usually row 1, that indicates the purpose of the column) then in cell E1 put the formula
=A1
in cell E2 put the formula
=IF(A2="",E1,A2)
and formula fill that as far as your data extends.
Formula fill is explained at http://www.mvps.org/dmcritchie/excel/fillhand.htm
Select the Helper column (E) and Copy
Select cell E1 and Paste Special, select Values.
Select the area to be sorted, and select Data (from the toolbar), Sort, select whether you have header row (or not), select column E as the first key, and your name column as the second key, and sort.
---
Bookmarks