+ Reply to Thread
Results 1 to 3 of 3

COUNT and SUM

  1. #1
    an
    Guest

    COUNT and SUM

    Hello!

    I have:
    10
    100
    25
    50
    ....

    I would like SUM and COUNT all values >20, for example.

    Thanks in advance.
    an

  2. #2
    Bob Phillips
    Guest

    Re: COUNT and SUM

    =COUNTIF(A:A,">20")

    =SUMIF(A:A,">20")

    --

    HTH

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


    "an" <an@discussions.microsoft.com> wrote in message
    news:54E0E436-A5EC-44CA-BBCB-BFDEB8BBCE9D@microsoft.com...
    > Hello!
    >
    > I have:
    > 10
    > 100
    > 25
    > 50
    > ...
    >
    > I would like SUM and COUNT all values >20, for example.
    >
    > Thanks in advance.
    > an




  3. #3
    an
    Guest

    Re: COUNT and SUM

    Many thanks.
    an

    "Bob Phillips" wrote:

    > =COUNTIF(A:A,">20")
    >
    > =SUMIF(A:A,">20")
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "an" <an@discussions.microsoft.com> wrote in message
    > news:54E0E436-A5EC-44CA-BBCB-BFDEB8BBCE9D@microsoft.com...
    > > Hello!
    > >
    > > I have:
    > > 10
    > > 100
    > > 25
    > > 50
    > > ...
    > >
    > > I would like SUM and COUNT all values >20, for example.
    > >
    > > Thanks in advance.
    > > an

    >
    >
    >


+ 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