+ Reply to Thread
Results 1 to 2 of 2

How do I eliminate zeros from my Excel database?

  1. #1
    HDOTM
    Guest

    How do I eliminate zeros from my Excel database?

    I would like to average a good deal of data from my database, but do not know
    how to eliminate the zeros so they are not factored into my calculations. I
    would greatly appreciate any help on this! Thank you.

  2. #2
    Chip Pearson
    Guest

    Re: How do I eliminate zeros from my Excel database?

    Use an array formula like the following:

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

    Change the ranges to suit. Since this is an array formula, you
    must press CTRL+SHIFT+ENTER rather than just ENTER the first time
    you enter the formula and whenever you edit it later. If you do
    this properly, Excel will display the formula enclosed in curly
    braces {}.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "HDOTM" <[email protected]> wrote in message
    news:[email protected]...
    >I would like to average a good deal of data from my database,
    >but do not know
    > how to eliminate the zeros so they are not factored into my
    > calculations. I
    > would greatly appreciate any help on this! Thank you.




+ 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