+ Reply to Thread
Results 1 to 6 of 6

Transposing with formula

  1. #1
    Forum Contributor
    Join Date
    01-25-2014
    Location
    Italy - Currently In USA
    MS-Off Ver
    Excel 2019
    Posts
    205

    Transposing with formula

    Hello,
    I am trying to transpose data from rows into columns and continue doing so for every row.
    I have attached a sheet with no formulas hoping it will simplify understanding what I am trying to achieve.

    Thank you for your help and for trying

    Nino
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Transposing with formula

    Please try at
    N10:S20
    =IFERROR(INDEX($B:$B,AGGREGATE(15,6,ROW($A$10:$A$999)/(A$10:$A$999=$L10)/($B$10:$B$999>=0),COLUMNS($N10:N10))),)

    X10:AC20
    =IFERROR(INDEX($B:$B,AGGREGATE(15,6,ROW($A$10:$A$999)/(A$10:$A$999=$L10)/($B$10:$B$999<0),COLUMNS($X10:X10))),)
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Transposing with formula

    One of us has got this backwards, Bo

    Try this array formula in A10 (needs to be array confirmed before filling down).
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    and this normal formula in B10
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Transposing with formula

    Jason, after reading OP again, I'm the one got it backward.

  5. #5
    Forum Contributor
    Join Date
    01-25-2014
    Location
    Italy - Currently In USA
    MS-Off Ver
    Excel 2019
    Posts
    205

    Re: Transposing with formula

    Hello Bo,
    I have downloaded and tried the formula, but it is the reverse of what I am looking for. But still Useful)

    Basically the sheet calculates the results into cell L10 to AC10
    and that info needs to transpose into A and B accordingly.
    Example:

    Before

    | L10 | M | N | 0 | P | and onward | AC |
    | 3/1/2019 | Blank | 1 | 2 | | | | | -1 | -2 | -3 | -4 |
    | 3/2/2019 | Blank | 1 | | | | | | -1 | -2 | |

    After,
    in column A10 Column B10
    3/1/2019 1
    3/1/2019 2
    3/1/2019 -1
    3/1/2019 -2
    3/1/2019 -3
    3/1/2019 -4
    3/2/2019 1
    3/2/2019 -1
    3/2/2019 -3

    Thank you

  6. #6
    Forum Contributor
    Join Date
    01-25-2014
    Location
    Italy - Currently In USA
    MS-Off Ver
    Excel 2019
    Posts
    205

    Re: Transposing with formula

    Hi Jason,
    Hahahhah I couldnt help myself after reading the post from you to Bo and back)
    Your version is correct and your formula works great)
    Thank you so much Jason)
    And to Bo Also thank you so much)
    Made my Day
    Cheers
    Nino

+ 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. [SOLVED] Excel Formula for Transposing
    By excellearner121 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-17-2014, 09:11 PM
  2. Transposing Formula
    By Gorantu37 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-29-2013, 07:33 PM
  3. transposing formula?
    By jdrobin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-30-2013, 11:08 AM
  4. Transposing list of values with 6 zeroes in front to retain the zero after transposing
    By Lisa4legin in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-16-2013, 03:34 AM
  5. Excel 2007 : Transposing a formula
    By Ryan M in forum Excel General
    Replies: 5
    Last Post: 05-11-2011, 02:02 PM
  6. Transposing Formula
    By Beale in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-24-2007, 06:28 AM
  7. Transposing within a formula
    By ChrisMattock in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-31-2007, 04:57 AM

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