+ Reply to Thread
Results 1 to 11 of 11

Multiple Criteria's

Hybrid View

rosarionyc Multiple Criteria's 11-24-2010, 11:14 AM
NBVC Re: Multiple Criteria's 11-24-2010, 11:22 AM
rosarionyc Re: Multiple Criteria's 11-24-2010, 11:40 AM
NBVC Re: Multiple Criteria's 11-24-2010, 11:42 AM
rosarionyc Re: Multiple Criteria's 11-24-2010, 11:46 AM
NBVC Re: Multiple Criteria's 11-24-2010, 12:04 PM
rosarionyc Re: Multiple Criteria's 11-24-2010, 12:10 PM
rosarionyc Re: Multiple Criteria's 11-24-2010, 01:20 PM
NBVC Re: Multiple Criteria's 11-24-2010, 01:26 PM
  1. #1
    Registered User
    Join Date
    11-19-2010
    Location
    USA NY
    MS-Off Ver
    Excel 2007
    Posts
    34

    Re: Multiple Criteria's

    =IFERROR(AVERAGEIFS('3-Service Calculator'!$S:$S,'3-Service Calculator'!$G:$G,"7-part call",'3-Service Calculator'!$X:$X, 1)/24,0)
    Can you please add this criteria to this

    Criteria = '3-Service Calculator'!$G:$G,"8-high part"

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Multiple Criteria's

    Try:

    =IFERROR((SUMPRODUCT((('3-Service Calculator'!$G$1:$G$10000="7-part call")+('3-Service Calculator'!$G$1:$G$10000="8-high part")),--('3-Service Calculator'!$X$1:$X$10000=1),'3-Service Calculator'!$S$1:$S$10000)/SUMPRODUCT((('3-Service Calculator'!$G$1:$G$10000="7-part call")+('3-Service Calculator'!$G$1:$G$10000="8-high part")),--('3-Service Calculator'!$X$1:$X$10000=1)))/24,0)

    Also note, that SUMPRODUCT is less efficient than AVERAGEIFS so try to limit the range sizes to the absolute largest you will need... a range of 1:10000 may cause performance issues if you have many of them.

    Edit: You can possibly also just add 5 different AVERAGEIFS together, one for each Grange value (keeping the X and S ranges in tact in each). and then divide the entire thing by 24
    Last edited by NBVC; 11-24-2010 at 01:32 PM.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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