+ Reply to Thread
Results 1 to 3 of 3

transpose a table

  1. #1
    SuzyQ
    Guest

    transpose a table

    I have been asked to keep a document up to date. I am given a document with
    the information going across from columns A through BD. This obviously
    cannot be printed on one page. I would like to have another document with
    the information going down in rows, so that I can print in portrait on one
    sheet. How can I link these two documents?
    Any help is appreciated.
    Sue

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Depending on how often you wanted to print, it might be easier to select the data (A1:BD15 etc) and Copy, then on a new sheet Paste Special - Values, Transpose.

    (you may need to paste the formats (transpose) first.

    otherwise you could put in A1

    =OFFSET(Sheet1!$A$1,COLUMN()-1,ROW()-1)

    or better still:

    =IF(OFFSET(Sheet1!$A$1,COLUMN()-1,ROW()-1)="","",OFFSET(Sheet1!$A$1,COLUMN()-1,ROW()-1))

    and formula-drag that down 56 rows, then across for some columns

    Hope this helps



    Quote Originally Posted by SuzyQ
    I have been asked to keep a document up to date. I am given a document with
    the information going across from columns A through BD. This obviously
    cannot be printed on one page. I would like to have another document with
    the information going down in rows, so that I can print in portrait on one
    sheet. How can I link these two documents?
    Any help is appreciated.
    Sue
    Last edited by Bryan Hessey; 11-02-2005 at 02:47 AM.

  3. #3
    Nicole
    Guest

    RE: transpose a table

    Hi Sue,

    I would copy the entire table and paste it using "paste special" under the
    EDIT menu. Select the "transpose" tick box and click OK.

    I hope this helps.

    Nicole

    "SuzyQ" wrote:

    > I have been asked to keep a document up to date. I am given a document with
    > the information going across from columns A through BD. This obviously
    > cannot be printed on one page. I would like to have another document with
    > the information going down in rows, so that I can print in portrait on one
    > sheet. How can I link these two documents?
    > Any help is appreciated.
    > Sue


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1