+ Reply to Thread
Results 1 to 3 of 3

formula to transpose column of vaues on one sheet to row on another

  1. #1
    Registered User
    Join Date
    04-29-2014
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2013
    Posts
    47

    formula to transpose column of vaues on one sheet to row on another

    The result in trying to achieve is to have a formula,
    On sheet1 in cell A1 return the value on sheet2 A1 and
    on sheet1 in cell B1 return the value on sheet2 A2 and
    on sheet1 in cell C1 return the value on sheet2 A3 and so on.

    By putting a formula in A1 on sheet1 and coping the cells out to the right.

    I have tried the offset and the transpose formulas, and different combinations there of, but I cannot get it to work correctly.
    I feel I'm on the right track, can anybody guide me to a solution?

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: formula to transpose column of vaues on one sheet to row on another

    Hi,

    In Sheet1, A1,

    =INDEX(Sheet2!$A:$A,COLUMN())

    copy accross.
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    04-29-2014
    Location
    Houston, Texas
    MS-Off Ver
    Excel 2013
    Posts
    47

    Re: formula to transpose column of vaues on one sheet to row on another

    I guess my merged cells are going to make automating this impossible. Thanks for the quick response though. Don't know why I didn't think to utilize the index function.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VB Code to dete row if 2 column vaues are zero
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-04-2014, 05:53 PM
  2. [SOLVED] Copy column and transpose to row - Multiple worksheets to summary sheet.
    By nique in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-22-2014, 09:50 PM
  3. Transpose copy column with merged cells to a row in another sheet
    By dobcho1234 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-13-2014, 07:26 AM
  4. [SOLVED] Excel Macro to Cut all cell vaues between two specific words and paste in next column
    By fasrose in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-17-2013, 12:23 PM
  5. [SOLVED] Transpose column sections into sequential rows of new sheet, Macro help
    By ImmunoNut in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-12-2012, 01:11 AM
  6. Replies: 1
    Last Post: 03-30-2011, 03:30 AM
  7. Transpose Row in one sheet to column in another
    By fusionman in forum Excel General
    Replies: 13
    Last Post: 05-22-2008, 03:39 PM

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