+ Reply to Thread
Results 1 to 5 of 5

Average Ifs - multiple Criteria

  1. #1
    Registered User
    Join Date
    12-16-2011
    Location
    Columbus
    MS-Off Ver
    Excel 2007
    Posts
    76

    Average Ifs - multiple Criteria

    Why is the formula in cell M27 on the first tab failing? Any ideas for a fix?
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Average Ifs - multiple Criteria

    Since all of column K refers to "Ease of ordering (e.g. fax, phone) process", dont you just need...

    =AVERAGEIFS('Data Input'!$K$2:$K$5494,'Data Input'!$K$2:$K$5494,"<>0")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Average Ifs - multiple Criteria

    Since all of column K refers to "Ease of ordering (e.g. fax, phone) process", dont you just need...

    =AVERAGEIFS('Data Input'!$K$2:$K$5494,'Data Input'!$K$2:$K$5494,"<>0")

  4. #4
    Registered User
    Join Date
    12-16-2011
    Location
    Columbus
    MS-Off Ver
    Excel 2007
    Posts
    76

    Re: Average Ifs - multiple Criteria

    Good point - yes. However, I need the formula to only reference 'Lewis' - sorry for not providing this information at the outset

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Average Ifs - multiple Criteria

    Try..

    =AVERAGEIFS('Data Input'!$K$2:$K$5494,'Data Input'!$F$2:$F$5494,"Lewis",'Data Input'!$K$2:$K$5494,"<>0")

    You could input Lewis in a separate cell and use that as a reference too.

    To avoid a #Div/0! error in case of no matches enclose in IFERROR. Hence,
    =IFERROR(AVERAGEIFS('Data Input'!$K$2:$K$5494,'Data Input'!$F$2:$F$5494,"Lewis",'Data Input'!$K$2:$K$5494,"<>0"),"")

+ 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