Hi there. I have a macro that im building within excel, but am stuck on an excel function. Does anyone know how to reverse the order of a list ini excel. I have a column set up of names. How can i select this list and have it reverse the list in a separate column. I dont want it reversed alphabetically, or numerically... my example would be this...
Cell A1 - A5
Paul
Barry
John
Steve
Jim
i would like to either select the 5 cells and have click a button to reverse this order, or have it return the reversed order in column B1 - B5... giving me the result of
Jim
Steve
John
Barry
Paul
The only way ive seen how to do it is with the offset function but ive had alot of trouble with that for some reason and hoped someone had another idea.
Thankyou!