+ Reply to Thread
Results 1 to 2 of 2

How do I average a formula without calculating zero values?

Hybrid View

  1. #1
    KMHarpe
    Guest

    How do I average a formula without calculating zero values?

    I want to average a column, except for the cells that have zero as a value.
    How do I do this?

    Thanks!

  2. #2
    Bob Phillips
    Guest

    Re: How do I average a formula without calculating zero values?

    =AVERAGE(IF(rng<>0,rng))

    which is an array formula so commit with Ctrl-Shift-Enter.

    --
    HTH

    Bob Phillips

    "KMHarpe" <[email protected]> wrote in message
    news:[email protected]...
    > I want to average a column, except for the cells that have zero as a

    value.
    > How do I do this?
    >
    > 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