+ Reply to Thread
Results 1 to 4 of 4

How to transpose cells with logical filters

  1. #1
    Registered User
    Join Date
    11-12-2014
    Location
    Spain
    MS-Off Ver
    MO 2013
    Posts
    2

    How to transpose cells with logical filters

    Hi!

    We have a list for references, colours and sizes that we want to traspose.
    One of the main difficulties is that there are references is several colours and some lack of sizes in others.

    See atachement for example.

    Thanks in advance,

    Steve & Anita
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: How to transpose cells with logical filters

    In I3 copied across and down

    =SUMIFS($D$3:$D$16,$A$3:$A$16,$G3,$B$3:$B$16,$H3,$C$3:$C$16,I$2)
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: How to transpose cells with logical filters

    If you want to create column G and H also, you'll need an ARRAYED Formula
    In G3 copied across to H3 and down

    =IFERROR(INDEX(A$3:A$16,SMALL(IF($E$3:$E$16=1,ROW($E$3:$E$16)-ROW($E$3)+1),ROWS($A$1:$A1))),"")
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

  4. #4
    Registered User
    Join Date
    11-12-2014
    Location
    Spain
    MS-Off Ver
    MO 2013
    Posts
    2

    Re: How to transpose cells with logical filters

    Thanks a lot!That was great

+ 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. continue the cells with value if logical satisfies
    By sriku in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-03-2014, 12:43 PM
  2. [SOLVED] Transpose: How can I copy a list and transpose it but leaving 3 cells in between each item
    By cocolete in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-11-2012, 10:01 AM
  3. Excel 2007 : Using Logical Formula on formatted Cells
    By Trekkie2114 in forum Excel General
    Replies: 2
    Last Post: 06-29-2009, 04:09 PM
  4. [SOLVED] set logical test to see if 4 cells have same value
    By ChrisMohler in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-22-2006, 03:10 PM
  5. Logical Expression For MULTIPLE Cells???
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-22-2005, 07:10 PM

Tags for this Thread

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