+ Reply to Thread
Results 1 to 3 of 3

Formula to create a list from One Column based on criteria from two other columns

  1. #1
    Forum Contributor
    Join Date
    03-30-2009
    Location
    dublin
    MS-Off Ver
    Excel 2007
    Posts
    104

    Formula to create a list from One Column based on criteria from two other columns

    Can you please help with formaula required to create a list from content of Column C, based on criteria set from Col A & Col B

    Regards

    And Thanks

    Baj
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Formula to create a list from One Column based on criteria from two other columns

    Try this in I6 and copied down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Try this in I17 and copied down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Note these are array formulas and therefore need to be confirmed with Ctrl+Shift+Enter.

    If you want to read up on how it all works, try this:
    https://www.ablebits.com/office-addi...-values-excel/

    BSB

  3. #3
    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,929

    Re: Formula to create a list from One Column based on criteria from two other columns

    Another variation...
    =IFERROR(INDEX(C:C,SMALL(IF(($A$2:$A$33=$G$6)*($B$2:$B$33=$G$7),ROW($A$2:$A$33)),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.
    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)

Similar Threads

  1. [SOLVED] Formula to create a unique supplier list based on criteria
    By The_Snook in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-31-2017, 12:02 PM
  2. [SOLVED] Formula to create a list based on criteria
    By callummcgrath in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 09-01-2017, 05:33 AM
  3. [SOLVED] Formula to Sum Multiple Columns Based on Column Headings and Other Criteria
    By webfeet2 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-10-2015, 12:20 PM
  4. Replies: 4
    Last Post: 01-12-2014, 11:52 PM
  5. [SOLVED] Create a list that has more than one column based on a criteria
    By limebaish in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-01-2013, 09:21 PM
  6. Replies: 1
    Last Post: 07-13-2012, 10:11 AM
  7. Creating a list in one column based on criteria in two other columns!?
    By chelseasikoebs in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-02-2009, 11:00 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