+ Reply to Thread
Results 1 to 3 of 3

[solved] column avarage %

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-27-2009
    Location
    montana,USA
    MS-Off Ver
    Excel 2007
    Posts
    190

    [solved] column avarage %

    I need to get an average percentage for the column in the sample. I dont know how to do it with the error cells and the empty cells. I need an average for only the cells with a number in them.
    Can anyone help?
    thanks in advance
    Attached Files Attached Files
    Last edited by simpson; 02-13-2010 at 06:19 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: column avarage %

    You could use an Array

    =AVERAGE(IF(ISNUMBER(D3:D11),D3:D11))
    confirmed wtih CTRL + SHIFT + ENTER

    In XL2007 you might find you can get away with:

    =AVERAGEIF(D3:D11,">0")

    Goes without saying that trying to handle underlying errors at source is generally best practice - whenever possible of course.

  3. #3
    Forum Contributor
    Join Date
    06-27-2009
    Location
    montana,USA
    MS-Off Ver
    Excel 2007
    Posts
    190

    Re: column avarage %

    Thanks! I was soooo close! BTW the error info in irrelivent to me, but I agree.

+ 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