Reversing the order is nothing but flipping the column values this means the last value in your column should be the first value in reversed order and the second last should be the second value and going on, the first value should be the one that. The following Excel file shows the above example. Excel Reverse Order (Table of Contents) Introduction to Excel Reverse Order Methods to Reverse Column Order Introduction to Excel Reverse Order. The following Excel formula will create this sequence.Īnd will produce the result 22, then the formula will kick in and start producing the required sequence. Now we want to produce a number sequence which looks like 0,0,0,1,1,1,2,2,2 and keep repeating this sequence. So we need 0 to appear as the Rows to offset and we need this to appear 9 times. Offset start=A11, now we want to offset 0 rows and 0 columns times 3. The Excel formula to achieve that task of repeating a value is as follows All you need to is to reverse the action on transposed data. The next step of cut and paste transpose is to convert the strings back to the formulas. Transpose icon in context menu: Paste Special: Revive the formulas back. =OFFSET($A$11,CEILING(ROW(A1)/COLUMNS(A:C),1)-1,MOD(ROW(A1)-1+COLUMNS(A:C),3))Īfter the task was complete my colleague asked if each number could be repeated three times in a single column. (Optional for Paste Special) Select All under Paste section and mark Transpose. Excel’s OFFSET formula to the rescue, I am sure there are other ways but this seems to achieve the task in a smallish amount of characters.