• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sort

HP_81

New Member
Hello

Have a few rows that are in 132. wanted it sorted 123.

Had 132 in the helper column and tried to sort based on column B
Excel is sorting all the 1's together , then all the 2s, then 3s — instead of sorting within each qroup of 3
need the values in ColumnA sorted 123,123 123 based on column B

Have attached a sample
Any ideas please
 

Attachments

  • test sort.xlsx
    9.1 KB · Views: 10
@vletm is there a work around when we have a header line.
Looks like it groups the header line in the box of 3 and and the 3rd line is out of series?
1744867291550.png
 
Your original sample's data starts from row 1.
There have to take care ROW() in formula.
If there is one row above (eg a header) then modify ROW() to (ROW()-1).
 
Back
Top