+ Reply to Thread
Results 1 to 3 of 3

Counting up a range of figures, e.g. 10.0-10.999

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

    Counting up a range of figures, e.g. 10.0-10.999

    Morning,

    Any help given will be appreciated. I usually use the formula =countif(A2-A999,"10") if I want to count up the number of times 10 is in column A.

    However I'm not sure how to adapt it so it will count up every time a number between 10 and 10.999 is in column A.

    Thanks for any help you an give.

    Regards
    Last edited by Cmorgan; 05-14-2019 at 06:00 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Counting up a range of figures, e.g. 10.0-10.999

    Try the COUNTIFS function

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Counting up a range of figures, e.g. 10.0-10.999

    1. Numbers shouldn't need to be within double quotes so =countif(A2:A999,10) should suffice for a normal COUNTIF

    2. A2-A999 is not a valid range, it should be A2:A999

    3. Since you need > and < it will need to be in double quotes

    =countifs(A2:A999,">=10",A2:A999,"<=10.999")
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Conversion of an array of figures inputted into cells as word figures to Excel figures
    By Allan Simpson730 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-08-2013, 07:25 AM
  2. Counting figures that fall withing a weekly date range
    By sam-1890 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-08-2012, 06:58 AM
  3. [SOLVED] How do I apply a % +/- to a range of figures please
    By marseans in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  4. [SOLVED] How do I apply a % +/- to a range of figures please
    By marseans in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 11:05 AM
  5. [SOLVED] How do I apply a % +/- to a range of figures please
    By Duke Carey in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 06:05 AM
  6. How do I apply a % +/- to a range of figures please
    By marseans in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  7. [SOLVED] How do I apply a % +/- to a range of figures please
    By marseans in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  8. [SOLVED] How do I apply a % +/- to a range of figures please
    By marseans in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

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