+ Reply to Thread
Results 1 to 3 of 3

Average Formula of Cells Over Certain Value Excludes Blanks

  1. #1
    Registered User
    Join Date
    03-21-2011
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    58

    Average Formula of Cells Over Certain Value Excludes Blanks

    Hi,

    I have been trying to figure out a formula in excel to calculate the average of a column but only includes cells that have value over a certain number (eg.14) as well as excluding blanks.

    The formula i have so far is:

    =SUM(K3:K439) / (COUNT(K3:K439) - COUNTIF(K3:K439,0))

    I want to use this formula in a spreadsheet to help calculate the average time it takes to receive goods excluding times where we get them in express.

    Thanks

  2. #2
    Registered User
    Join Date
    02-16-2012
    Location
    Utah
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Average Formula of Cells Over Certain Value Excludes Blanks

    =SUMIF(K3:K439,">14")/COUNTIF(K3:K439,">14")

    That will exclude every cell in the range that is less than 15, which would of course exclude 0 as well. Are you looking for a single average, or one average for all cells excluding zeros and one average for all cells with a value of 14 and higher?

  3. #3
    Registered User
    Join Date
    03-21-2011
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    58

    Re: Average Formula of Cells Over Certain Value Excludes Blanks

    Hi Knewbry,

    Thanks for that. I am looking to calculate one average for all cells that have values over 14 and excludes blank cells. The range i wish to calculate the average is K3:k439. Within this range, there are numerous cells that are under 14 which i wish to exclude from the calculation as well as blank cells with no update data.

+ 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