+ Reply to Thread
Results 1 to 2 of 2

{=AVERAGE(IF((C3:C325<M4), C3:C325))}

  1. #1
    Nebbez
    Guest

    {=AVERAGE(IF((C3:C325<M4), C3:C325))}


    Hi, I will need anyones assistance on this please... Cant figure it
    out..

    I have this formula that I use to compute averages given a criteria,
    {=AVERAGE(IF((C3:C325<M4), C3:C325))}

    when I try to change it to {=AVERAGE(IF((C:C<M4), C:C))}, it doesnt
    work because it takes into consideration all cells in the C column.

    How can I get it only to take into consideration the non blank cells in
    the C column instead of all of the cells? (knowing that I do now want to
    specify everytime C#:C###)...

    Any tips?


    --
    Nebbez

  2. #2
    Bob Phillips
    Guest

    Re: {=AVERAGE(IF((C3:C325<M4), C3:C325))}

    The reason is that it is an array formula, and these are restricted to 65535
    items, so you could do

    =AVERAGE(IF(C1:C65535<N4,C1:C65535))

    as an array formula

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Nebbez" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Hi, I will need anyones assistance on this please... Cant figure it
    > out..
    >
    > I have this formula that I use to compute averages given a criteria,
    > {=AVERAGE(IF((C3:C325<M4), C3:C325))}
    >
    > when I try to change it to {=AVERAGE(IF((C:C<M4), C:C))}, it doesnt
    > work because it takes into consideration all cells in the C column.
    >
    > How can I get it only to take into consideration the non blank cells in
    > the C column instead of all of the cells? (knowing that I do now want to
    > specify everytime C#:C###)...
    >
    > Any tips?
    >
    >
    > --
    > Nebbez




+ 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