+ Reply to Thread
Results 1 to 2 of 2

Related to "Counting cells..." (post below)

  1. #1
    Registered User
    Join Date
    11-25-2005
    Posts
    51

    Related to "Counting cells..." (post below)

    I have a range of cells with values that range from (approx) .3 to 2.5. There are about 4600 cells with data. Is there a way to caluculate how prevalent each number is with, say a range of .5? In other words, I want to calculate how often a value of greater than .5 and less than 1.0 occurs. Or greater than 0, but less than.5 and so on.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    There are several ways of doing this....

    A nice simple one is to use the countif function. If you calculate the number of times a threshold is exceeded for two different thresholds, the number between is simply the difference between the two

    e.g. =countif("A1:A4600",">0")-countif("A1:A4600",">0.5")

    will give you the count > 0 and <= 0.5

+ 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