+ Reply to Thread
Results 1 to 3 of 3

How do I count only values which are over a certain amount?

  1. #1
    Registered User
    Join Date
    05-25-2006
    Posts
    1

    Wink How do I count only values which are over a certain amount?

    I want to count the number of items in a column which are over a certain level. For example, I want the total of all items which are over 0.01 in value. Please help!

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    suppose you data is in the range of A1:A50, use following function
    =SUMIF(A1:A50,">0.01")

    Quote Originally Posted by IssieC
    I want to count the number of items in a column which are over a certain level. For example, I want the total of all items which are over 0.01 in value. Please help!

  3. #3
    Duke Carey
    Guest

    RE: How do I count only values which are over a certain amount?

    If you want the count, use

    =countif(A1:A100,">.01")

    If you want the sum, use

    =sumif(A1:A100,">.01,A1:A1000)

    "IssieC" wrote:

    >
    > I want to count the number of items in a column which are over a certain
    > level. For example, I want the total of all items which are over 0.01
    > in value. Please help!
    >
    >
    > --
    > IssieC
    > ------------------------------------------------------------------------
    > IssieC's Profile: http://www.excelforum.com/member.php...o&userid=34786
    > View this thread: http://www.excelforum.com/showthread...hreadid=568298
    >
    >


+ 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