Rotate Row of Numbers to Column of Numbers

R

Richard S.

I need to take a row of numbers and rotate the row 90 degrees to make
column of numbers.
Why ? Because SAP makes me have to do it unless I want to FF the dat
in
 
F

Frank Kabel

Hi
one way:
- select your row and copy it
- select the target cell and goto 'Edit - Paste Special'. choose
'Transpose'
 
Top