+ Reply to Thread
Results 1 to 5 of 5

Counting up the number of times a value higher than....

  1. #1
    Forum Contributor
    Join Date
    09-23-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    346

    Counting up the number of times a value higher than....

    Evening,

    I use this formula to count the number of times the number 2 is in the column:

    =COUNTIF('VA Predictions'!AA$2:AA$300,2)

    I am now trying to count the times a number:

    - higher than 2
    - lower than 2

    are in the column, I tried this:

    =COUNTIF('VA Predictions'!AA$2:AA$300,<2)

    but it doesn't like it, any ideas please?

    Many thanks
    Last edited by Cmorgan; 05-21-2012 at 02:28 PM.

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: Counting up the number of times a value higher than....

    Hello
    You need to put the criteria within double quotation marks, as follows:

    =COUNTIF('VA Predictions'!AA$2:AA$300,"<2")

    DBY

  3. #3
    Valued Forum Contributor
    Join Date
    03-23-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1,093

    Re: Counting up the number of times a value higher than....

    Hey there,

    This should work for you:

    =COUNTIF(A:A,"<"&2)


    Thanks!

  4. #4
    Valued Forum Contributor
    Join Date
    03-23-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    1,093

    Re: Counting up the number of times a value higher than....

    Hey there,

    This should work for you:

    Please Login or Register  to view this content.
    Thanks!

  5. #5
    Forum Contributor
    Join Date
    09-23-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    346

    Re: Counting up the number of times a value higher than....

    Many thanks guys

+ 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