Sorry MartinW
I have 85 rows of numbers with 49 columns. The numbers have been entered in
each row, first to last. I am trying to reverse those numbers from last to
first, reading left to right in each row. I want to do this for all columns.
What MartinW was suggesting is: you put the numbers 1, 2, 3, etc
through 49 into cells in a helper row in row 86.
You could type those manually. Alternatively, put the numbers 1 and 2
into adjacent cells. Select the two cells and drag to the right by
doing ctrl-left-click on the handle (small box) in the lower-right
corner of the two-cell outline.
Once the helper row is set up, it is a simple matter to sort that row
in descending order; that is, 49, 48, etc through 1. By selecting all
86 rows and doing the sort descending sort on row 86, that will
reverse the order of the first 85 rows simultaneiously.
To do this.... First, select all 49 columns of all 86 rows. Then
click on Data >> Sort on the toolbar, click Options and click the
radio button next Sort Left To Right under Orientation, and click OK.
Select Row 86 from the drop-down menu under Sort By, click the radio
button next to Descending, and click OK.
Voila! The 85 rows should not be in reverse order. You can delete
row 86 by clicking on the row number on the far left, then right-click
and click on Delete.
PS: The helper row is not needed if you one of the 85 rows already
contains sequential values; for example, dates. Then you can simply
select that row from the drop-down menu under Sort By.
HTH.