I need to move multiple rows at a time within a table rather than being able to select only one row and move it just one row at a time if they don't belong at the beginning or end.
The issue is where numbers currently sort this way
24.B
24.C
3.A.i
3.A.ii
and I want the last two rows to be above the first two. How can I move the 3.A rows above the 24 rows?
The issue is where numbers currently sort this way
24.B
24.C
3.A.i
3.A.ii
and I want the last two rows to be above the first two. How can I move the 3.A rows above the 24 rows?