Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / October 2006

Tip: Looking for answers? Try searching our database.

Rotate (NOT transpose) a table 90 degrees

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
nataliesykim - 02 Oct 2006 09:16 GMT
Hi,

Can anyone please teach me how to ROTATE a table 90 degrees? Transpose
merely switches Rows to Collumns but that's not what I want. Thanks!

Nat
PY & Associates - 02 Oct 2006 09:34 GMT
If the table is n rows by m columns
To rotate 90 degrees clockwise, try

for i=1 to n
transpose row (i) to column (m+2n-i)
next i

> Hi,
>
> Can anyone please teach me how to ROTATE a table 90 degrees? Transpose
> merely switches Rows to Collumns but that's not what I want. Thanks!
>
> Nat
nataliesykim - 02 Oct 2006 09:55 GMT
Thanks, but is this a macro? If so, how do I type it in? I'm sorry I'm
not good at this :)

> If the table is n rows by m columns
> To rotate 90 degrees clockwise, try
[quoted text clipped - 9 lines]
> >
> > Nat
Pete_UK - 02 Oct 2006 10:06 GMT
Do you mean to rotate the text by 90 degrees? If so, highlight the
table and click Format | Cells | Alignment tab then in the Orientation
box you can drag the red diamond up to 90 degrees and click OK.

Hope this helps.

Pete

> Thanks, but is this a macro? If so, how do I type it in? I'm sorry I'm
> not good at this :)
[quoted text clipped - 12 lines]
> > >
> > > Nat
Eric - 03 Oct 2006 01:18 GMT
If the table is a manageable size, you can do it semi-manually, a row at a
time.

Assume that your table is 5 rows by 5 columns (i.e.,range A1:E5), and that
you're rotating counter-clockwise.

1.  Highlight the first column (A1:A5).  Paste Special with Transpose to the
last row (row 5) of the destination.
2. Highlight the second column (B1:B5).  Paste Special with Transpose to the
next-to-last row (row 4) of the destination.

and so on for the rest of the table.

> Hi,
>
> Can anyone please teach me how to ROTATE a table 90 degrees? Transpose
> merely switches Rows to Collumns but that's not what I want. Thanks!
>
> Nat
aaron.kempf@gmail.com - 04 Oct 2006 01:59 GMT
Excel isn't a reporting tool.

it's not as powerful as 'crystal reports' for example

-Aaron

> If the table is a manageable size, you can do it semi-manually, a row at a
> time.
[quoted text clipped - 15 lines]
> >
> > Nat
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.