View Single Post
  #1   Report Post  
Ted Metro
 
Posts: n/a
Default transposing values top to bottom

I know how to use the paste special transpose to move values, but need help
on this.

let's say I have these values in column A, starting at A1.

Alpha
Beta
Gamma
Delta

I want to re-arrange these values such that they go from Delta to Alpha in a
column,

Delta
Gamma
Beta
Alpha

Paste Special Transpose won't do this. Any ideas?

Ted