+ Reply to Thread
Results 1 to 2 of 2

Conditional Averages

  1. #1
    Kris Andersen
    Guest

    Conditional Averages

    I'm trying to calculate the average of ONLY the positive numbers from a
    column of both positive and negative numbers. I'm sure there's an easy way
    to do it, but everything I've tried hasn't worked. Any suggestions greatly
    appreciated!

    Kris

  2. #2
    Duke Carey
    Guest

    RE: Conditional Averages

    This is an array formula, meaning you commit it with Shift-Ctrl-Enter

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


    "Kris Andersen" wrote:

    > I'm trying to calculate the average of ONLY the positive numbers from a
    > column of both positive and negative numbers. I'm sure there's an easy way
    > to do it, but everything I've tried hasn't worked. Any suggestions greatly
    > appreciated!
    >
    > Kris


+ 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