+ Reply to Thread
Results 1 to 3 of 3

Function newbie

  1. #1
    Rubix
    Guest

    Function newbie

    I am trying to create a spread sheet were I am trying to count the
    number of negative value of cells. Every negative number would add 1
    to total sum cell.

    Ex.

    -10
    -10
    20
    -20
    -30
    -10
    10


    Total: 5

    Hope this makes sense.

    Thanks,
    Rube

  2. #2
    Bob Phillips
    Guest

    Re: Function newbie

    =COUNTIF(A:A,"<0")

    --

    HTH

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


    "Rubix" <[email protected]> wrote in message
    news:[email protected]...
    > I am trying to create a spread sheet were I am trying to count the
    > number of negative value of cells. Every negative number would add 1
    > to total sum cell.
    >
    > Ex.
    >
    > -10
    > -10
    > 20
    > -20
    > -30
    > -10
    > 10
    >
    >
    > Total: 5
    >
    > Hope this makes sense.
    >
    > Thanks,
    > Rube




  3. #3
    Rubix
    Guest

    Re: Function newbie

    Thanks.

    On Sat, 12 Nov 2005 10:22:21 -0000, "Bob Phillips"
    <[email protected]> wrote:

    >=COUNTIF(A:A,"<0")



+ 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