+ Reply to Thread
Results 1 to 4 of 4

Transposing Data

Hybrid View

  1. #1
    Registered User
    Join Date
    02-18-2011
    Location
    Shenzhen, China
    MS-Off Ver
    Excel 2007
    Posts
    10

    Transposing Data

    I would like to know how to transpose (or paste link) data without using those functions. Ultimately a table assuming it has the same sets of values for the column(s) and row(s) headers should be able to match values in the matching cells.

    In the attached example I'm trying to create a formula which says:

    =IFS(Sheet1!B3:Sheet1!F14,Sheet1!B1:F1,"A",Sheet1!A3:A14,<="&EOMONTH($C1,0),Sheet1!K3:K62,">"&EOMONTH(C1,0))

    The value that it should input is 3. I researched MATCHing functions, but could not find an example that uses the information from one table to fill in the other table.
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Transposing Data

    Based on your specific sample file

    Sheet2!B2:
    =INDEX(Sheet1!$B$2:$F$14,COLUMNS($B2:B2),ROWS(A$2:A2))
    applied to matrix
    You can replace the COLUMNS & ROWS with MATCHes as nec.

  3. #3
    Registered User
    Join Date
    02-18-2011
    Location
    Shenzhen, China
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Transposing Data

    In the formula =INDEX(Sheet1!$B$2:$F$14,COLUMNS($B2:B2),ROWS(A$2:A2))

    Does $B2:B2 and A$2:A2 refer to sheet1, sheet2 or both?

    What is a good reference book to learn excel logic?

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Transposing Data

    Range references are relative to the sheet on which they reside unless explicitly specified, eg:

    =A1
    relative to sheet on which it resides

    =Sheet2!A1
    tied to Sheet2 explicitly (irrespective of which sheet the above resides)

+ 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