+ Reply to Thread
Results 1 to 5 of 5

Transposing Data using Offset function

  1. #1
    sarah
    Guest

    Transposing Data using Offset function

    I have data in a column format (eg Cell A1:A12)

    It is possible for me to transpose the data into a row (cell C1:N1) using
    the offset function?

    --
    sarah

  2. #2
    Ashish Mathur
    Guest

    RE: Transposing Data using Offset function

    Hi,

    Try this formula:

    INDEX($A$1:$A$12,COLUMN()-COLUMN($B$1),1)

    If you need any further clarifications, please feel freeto contact me at
    [email protected].

    Regards,

    "sarah" wrote:

    > I have data in a column format (eg Cell A1:A12)
    >
    > It is possible for me to transpose the data into a row (cell C1:N1) using
    > the offset function?
    >
    > --
    > sarah


  3. #3
    Harlan Grove
    Guest

    Re: Transposing Data using Offset function

    sarah wrote...
    >I have data in a column format (eg Cell A1:A12)
    >
    >It is possible for me to transpose the data into a row (cell C1:N1) using
    >the offset function?


    You could.

    C1:
    =OFFSET($A$1,COLUMN()-3,0)

    Fill C1 right into D1:N1. But it'd be more efficient to select C1:N1,
    type the formula

    =TRANSPOSE(A1:A12)

    and press [Ctrl]+[Shift]+[Enter] to enter it as an array formula in
    C1:N1. If you want to do it one cell at a time, use INDEX rather than
    OFFSET.

    C1:
    =INDEX($A$1:$A$12,COLUMN()-2)

    Fill C1 right into D1:N1.


  4. #4
    Registered User
    Join Date
    06-20-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    1

    Thumbs up Re: Transposing Data using Offset function

    Harlan,
    You just made my day!
    Thank you for posting this solution!!!

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Transposing Data using Offset function

    It's great to see that some old threads are still of use, thanks for letting us know this helped you
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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