+ Reply to Thread
Results 1 to 2 of 2

How to average a column, but exclude zero AND negative values?

Hybrid View

  1. #1
    KMHarpe
    Guest

    How to average a column, but exclude zero AND negative values?

    I used the formula of =AVG(IF(A1:A10)<>0,A1:A10)) to exclude just the zero
    values, but what about zero AND Negative?

    Thanks!!

  2. #2
    Dave Peterson
    Guest

    Re: How to average a column, but exclude zero AND negative values?

    =AVerage(IF(A1:A10)>0,A1:A10))

    Still array entered.


    KMHarpe wrote:
    >
    > I used the formula of =AVG(IF(A1:A10)<>0,A1:A10)) to exclude just the zero
    > values, but what about zero AND Negative?
    >
    > Thanks!!


    --

    Dave Peterson

+ 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