+ Reply to Thread
Results 1 to 4 of 4

Average but ignore if value = 0

  1. #1
    Registered User
    Join Date
    02-21-2013
    Location
    melbourne, victoria
    MS-Off Ver
    2010
    Posts
    28

    Average but ignore if value = 0

    Hey everyone,

    I'm trying to pull the average of a row where but want to exclude any cells that have a value of 0.

    I'm sure this is quite simple but can't for the life of me work it out.

    Any ideas?

    For excel 2010

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Average but ignore if value = 0

    you have excel 2010 there's a function averageif

    =AVERAGEIF(A1:A100,"<>0")

    or
    =SUM(A1:A100)/COUNTIF(A1:A100,">0")
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    02-21-2013
    Location
    melbourne, victoria
    MS-Off Ver
    2010
    Posts
    28

    Re: Average but ignore if value = 0

    This fixed it, thanks!

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Average but ignore if value = 0

    Tour welcome any time. Can you mark this thread "solved" thanks.

+ 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