roscoe
Well-known Member
- Joined
- Jun 4, 2002
- Messages
- 1,062
- Office Version
- 365
- Platform
- Windows
- MacOS
I have data that looks like this:
Where values a-c are in column B and x-z are in column T
I need to copy them to another sheet that looks like this:
(Notice the reversing of the order of the Column T values)
The number of rows used in each column will always equal each other, but that number is arbitrary. I'm looking for a formula construct that will be copy the values from column B, know when it is exhausted, then start back up from the bottom of Column T.
Ideas?
Thanks!
I have no idea of even how
Code:
a ... x
b ... y
c ... z
Where values a-c are in column B and x-z are in column T
I need to copy them to another sheet that looks like this:
Code:
a
b
c
z
y
x
The number of rows used in each column will always equal each other, but that number is arbitrary. I'm looking for a formula construct that will be copy the values from column B, know when it is exhausted, then start back up from the bottom of Column T.
Ideas?
Thanks!
I have no idea of even how