+ Reply to Thread
Results 1 to 7 of 7

#value error in averageifs formula

  1. #1
    Forum Contributor
    Join Date
    01-19-2011
    Location
    Bucharest
    MS-Off Ver
    Excel 2016
    Posts
    133

    #value error in averageifs formula

    ok. in the sheet "baza" in cell q5 i have a formula wich use averageifs function and its work.
    when a try to put formula in the sheet "Sheet 1" (cell g10) and refer to column I from sheet "baza" formula dont work and i have VALUE error. i dont understant why.
    Some help.....
    Attached Files Attached Files

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: #value error in averageifs formula

    All the criteria ranges need to be the same size with AVERAGEIFS, otherwise you get #VALUE! error
    Audere est facere

  3. #3
    Forum Contributor
    Join Date
    01-19-2011
    Location
    Bucharest
    MS-Off Ver
    Excel 2016
    Posts
    133
    Quote Originally Posted by daddylonglegs View Post
    All the criteria ranges need to be the same size with AVERAGEIFS, otherwise you get #VALUE! error
    i get the same error if i make the ranges equals

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: #value error in averageifs formula

    Changing the formula to make the ranges the same size, i.e. this version

    =AVERAGEIFS(baza!I4:I214,A4:A214,"="&A4,A4:A214,"="&A4)

    ....gets rid of #VALUE! error but I get #DIV/0! error because there is nothing to average

    Can you explain what you are trying to do?

    You are using the same criteria twice?

    Are the ranges supposed to be on sheet1 or baza?

  5. #5
    Forum Contributor
    Join Date
    01-19-2011
    Location
    Bucharest
    MS-Off Ver
    Excel 2016
    Posts
    133
    Quote Originally Posted by daddylonglegs View Post
    Changing the formula to make the ranges the same size, i.e. this version

    =AVERAGEIFS(baza!I4:I214,A4:A214,"="&A4,A4:A214,"="&A4)

    ....gets rid of #VALUE! error but I get #DIV/0! error because there is nothing to average

    Can you explain what you are trying to do?

    You are using the same criteria twice?

    Are the ranges supposed to be on sheet1 or baza?
    what i want to do is this: calculate the average from sheet baza (range from column I) in sheet "Sheet1" but with calendaristic date from it. ex: for 01.09.2017 from "Sheet1" i want to calculate average for this date.the date for average are in column I sheet baza.

  6. #6
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: #value error in averageifs formula

    Try this formula

    =AVERAGEIFS(baza!I:I,baza!A:A,A4)

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: #value error in averageifs formula

    Your layout is maybe a bit confusing, but is this it??
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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] AverageIFS using indexed % #REF! error
    By davidktilley in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-11-2016, 07:58 PM
  2. [SOLVED] Averageifs – error Value
    By pauldaddyadams in forum Excel General
    Replies: 3
    Last Post: 02-05-2016, 11:40 AM
  3. [SOLVED] Value error on Averageifs
    By leem in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-08-2015, 02:55 PM
  4. [SOLVED] Averageifs returning #DIV/0 error
    By kbotta in forum Excel General
    Replies: 8
    Last Post: 10-09-2014, 08:38 AM
  5. Averageifs(offset(),..) error help
    By mariosmk555 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-05-2014, 01:35 PM
  6. DIV/0 error with AVERAGEIFS
    By pcp2010 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 03-13-2013, 10:01 AM
  7. AverageIFS with Div/0 error
    By Nemoren in forum Excel General
    Replies: 13
    Last Post: 05-03-2012, 09:33 AM

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