+ Reply to Thread
Results 1 to 3 of 3

I need help calculating averages with missing values?

  1. #1
    avg w/ missing #s
    Guest

    I need help calculating averages with missing values?

    I have tried what they tell me on the help page
    =AVERAGE (IF(A2:A7,.0. A2:A7, ""))

    but it does not work- I really need to figure it out-- any help would be
    really appreciated!

  2. #2
    Marcelo
    Guest

    RE: I need help calculating averages with missing values?

    try

    =average(if(a2:a7>0,a2:a7,""))

    hth
    regards from Brazil
    Marcelo

    "avg w/ missing #s" escreveu:

    > I have tried what they tell me on the help page
    > =AVERAGE (IF(A2:A7,.0. A2:A7, ""))
    >
    > but it does not work- I really need to figure it out-- any help would be
    > really appreciated!


  3. #3
    Elkar
    Guest

    RE: I need help calculating averages with missing values?

    Note that this is an Array Formula. It should be entered with
    CTRL-SHIFT-ENTER instead of just Enter. If done properly, the formula should
    appear in the formula bar with { } surrounding it.

    HTH,
    Elkar


    "Marcelo" wrote:

    > try
    >
    > =average(if(a2:a7>0,a2:a7,""))
    >
    > hth
    > regards from Brazil
    > Marcelo
    >
    > "avg w/ missing #s" escreveu:
    >
    > > I have tried what they tell me on the help page
    > > =AVERAGE (IF(A2:A7,.0. A2:A7, ""))
    > >
    > > but it does not work- I really need to figure it out-- any help would be
    > > really appreciated!


+ 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