How can I invert the data in a column?

B

Bill Mc

I have a lenghty list of data (column) that for another project I need a
selected portion of the data in the reverse order. For example: the original
data from top to bottom is a, b, c, d, e,---I now want that same date
displayed as e, d, c, b, a.
 
Top