I have written some values in column and I want to make it in reverse order.
NOTE: If you want to know how to do this using VBA code, please specify as such in your quesiton. Otherwise, this answers your question and it really belongs on superuser.com
Suppose you want to invert the range E1:E6 and place the inverted list in range F1:F6.
Enter this array formula in F1. (This is an array formula so you must press CTRL+SHIFT+ENTER)
=OFFSET($E$1:$E$6,MAX(ROW($F$1:$F$6))-ROW(),0)
Then select the entire F1:F6 range, and use Fill Down (Home tab / Editing) to copy this formula down into all the cells in the range F1:F6.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With