+ Reply to Thread
Results 1 to 4 of 4

Array Formula for multiple criteria

  1. #1
    Registered User
    Join Date
    10-15-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    94

    Talking Array Formula for multiple criteria

    I am setting up a work form and want to use an array forumla to match a column of the page and show it only once (when duplicates).

    I enclosed an example. I want to match the work code based on two criteria and show the unique matches.

    Thanks for the help



    Work Code Array.xlsx

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Array Formula for multiple criteria

    Hi,

    Array formula in I4 and copy down:

    =IFERROR(INDEX($C$2:$C$15,SMALL(IF(FREQUENCY(MATCH($C$2:$C$15,$C$2:$C$15,0),ROW($C$2:$C$15)-MIN(ROW($C$2:$C$15))+1),ROW($C$2:$C$15)-MIN(ROW($C$2:$C$15))+1),ROWS($1:1))),"")

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    10-15-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    94

    Re: Array Formula for multiple criteria

    I appreciate it sir. That worked great.

  4. #4
    Registered User
    Join Date
    10-15-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    94

    Re: Array Formula for multiple criteria

    A quick follow up sir, this formula gives me the total for all divisions and ranks. What if I want to limit the results to one division and one rank? All "West" Division ranks?

+ 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 2007 : Multiple criteria without using an array formula
    By picasso194 in forum Excel General
    Replies: 7
    Last Post: 05-20-2012, 12:33 PM
  2. Array Formula with multiple criteria
    By amotto11 in forum Excel General
    Replies: 2
    Last Post: 05-14-2012, 03:22 PM
  3. Array Formula w/ Multiple SumIf Criteria
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 03:05 PM
  4. [SOLVED] Array Formula w/ Multiple SumIf Criteria
    By Bob Phillips in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-06-2005, 07:05 AM
  5. Array Formula w/ Multiple SumIf Criteria
    By Andy in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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