+ Reply to Thread
Results 1 to 7 of 7

Help needed with Multiple Criteria

  1. #1
    Registered User
    Join Date
    05-08-2018
    Location
    Riyadh
    MS-Off Ver
    2013
    Posts
    12

    Help needed with Multiple Criteria

    Hi,

    I need to get the %, based on Service, product and Zone. I would appreciate if someone can help me.

    ** Excel file is attached **

    Thanks & Regards.
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Help needed with Multiple Criteria

    Merged cells are a bad idea for several reasons and should be avoided. Unmerge and fill the same data into all the unmerged cells and then use conditional formatting to hide them using the same font colour as the background for Service and Product, then do a AVERAGEIFS formula.
    Click the * to say thanks.

  3. #3
    Registered User
    Join Date
    05-08-2018
    Location
    Riyadh
    MS-Off Ver
    2013
    Posts
    12

    Re: Help needed with Multiple Criteria

    Hi Paul, thanks for replying. Could you make the formula in excel file.

  4. #4
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Help needed with Multiple Criteria

    Here you go:

    The formula used is and array one:
    =INDEX($B$5:$M$8,MATCH(A13,$A$5:$A$8,0),MATCH(1,IF($B$2:$M$2=B13,IF($B$3:$M$3=C13,IF($B$3:$M$3=D13,,1))),0))

    I've modified the template as I said in my previous post.
    Attached Files Attached Files

  5. #5
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Help needed with Multiple Criteria

    this formula should work for you BUT it depends on a couple things.
    1) you get rid of the merged cells, so for example take the SVR and instead of merging it across cells B2:G2 put it in EACH cell, same with EXD.
    2) repeat for DOC and PKG, put them in each cell from B3 through M3
    3) make the zones match between those in your references in cells D13 through D16, you have ZONE-1 there but above you have some of the Zones with spaces so they do not match such as Zone -1 in cell B4.
    Once you make those changes, this formula should return what you want...
    =SUMPRODUCT(($B$5:$M$8)*($A$5:$A$8=$A13)*($B$2:$M$2=$B13)*($B$3:$M$3=$C13)*($B$4:$M$4=$D13))
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  6. #6
    Registered User
    Join Date
    05-08-2018
    Location
    Riyadh
    MS-Off Ver
    2013
    Posts
    12

    Re: Help needed with Multiple Criteria

    Thanks guys, really appreciated.

  7. #7
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,496

    Re: Help needed with Multiple Criteria

    You're welcome AND thank you for the rep!

+ 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] Multiple Criteria Ranking Help needed
    By Rambluesky in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-26-2018, 09:42 AM
  2. How to search sums of table, with multiple criteria AND less criteria than needed
    By HereComesTheBoom in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-25-2018, 02:42 PM
  3. Help needed- need to sum based on multiple criteria across multiple worksheets
    By nick.delao in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-21-2018, 04:20 PM
  4. [SOLVED] Average Sum Formula needed given multiple look up criteria
    By bwmuhich in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-01-2014, 08:24 PM
  5. [SOLVED] VBA sorting by multiple criteria help needed
    By motorhead9999 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-14-2012, 07:24 PM
  6. Multiple Criteria Formula Needed
    By excelguru(not) in forum Excel General
    Replies: 1
    Last Post: 04-27-2011, 11:03 PM
  7. Multiple criteria formula needed
    By LaZyNala in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-11-2010, 02:46 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