+ Reply to Thread
Results 1 to 3 of 3

Help to calculate the average in different places with the formula = averageif more than 2

  1. #1
    Registered User
    Join Date
    07-29-2020
    Location
    Pontianak, Indonesian
    MS-Off Ver
    Microsoft Excel 2016 MSO (16.0.13029.20232) 64-bit
    Posts
    1

    Lightbulb Help to calculate the average in different places with the formula = averageif more than 2

    I have tried to find this as possible, but this has always been affected, the result is 21.25. It's important to make savings for game vouchers and buy high spec laptops. Can anyone help me for the following criteria:
    - Zero didn't see
    - Average does not affect different cells eg: a1: a2; b1: b2
    - Averages will not affect separate figures, for example:
    a1 = 20
    a2 = 55
    b1 = 10
    b2 = 0
    Capture.PNG
    average = 28.33 (average for a1: a2 and b1: b2, 0 doesn't see 0)
    I am a student.

  2. #2
    Registered User
    Join Date
    07-02-2013
    Location
    Cheshire
    MS-Off Ver
    Office Professional 2007
    Posts
    79

    Re: Help to calculate the average in different places with the formula = averageif more th

    Hello and welcome. In your example, if b2 actually has 0 in then =AVERAGE(A1:B2) gives 21.25. If b2 is blank, average gives 28.33 which you don't want.
    To get an average whether any of the cells are blank or not, use =SUM(A1:B2)/(COUNTBLANK(A1:B2)+COUNTA(A1:B2)). This will give 21.25.

  3. #3
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,443

    Re: Help to calculate the average in different places with the formula = averageif more th

    Or use the AVERAGEIF function which is certainly available in your version (if I understood the query which is not very clear)

+ 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. Replies: 5
    Last Post: 09-11-2018, 10:29 AM
  2. averageif + average
    By jasmin-oe in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-15-2017, 03:19 AM
  3. [SOLVED] Averageif, but only average last X # of values
    By smatchymo in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-02-2016, 05:19 PM
  4. AVERAGEIF - calculate monthly average
    By TheRobsterUK in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-05-2014, 11:53 AM
  5. Replies: 2
    Last Post: 09-21-2013, 10:49 AM
  6. [SOLVED] AVERAGEIF Formula Different then Excel Average
    By Winfield in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-30-2013, 09:13 PM
  7. Another Average or AverageIf Issue
    By scarames in forum Excel General
    Replies: 6
    Last Post: 08-18-2009, 11:09 AM

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