+ Reply to Thread
Results 1 to 3 of 3

Determining how many times a number shows up in a particular range.

  1. #1
    Registered User
    Join Date
    10-19-2012
    Location
    Missouri
    MS-Off Ver
    Excel 2007
    Posts
    1

    Determining how many times a number shows up in a particular range.

    I have a table where columns K & M contain a total of 334 numbers. Many are repeated numerous times. I need a formula or filter that will allow me to see how many times each number shows up in the combined columns.

    Example:

    1 is listed 10 times
    2 is listed 24 times
    3......and so on.

    I am having difficulty coming up with the appropriate formula to get the results needed. If someone could send me in the right direction I would appreciate it greatly.

  2. #2
    Forum Contributor dogberry's Avatar
    Join Date
    07-15-2012
    Location
    Wales, UK
    MS-Off Ver
    Excel 2010
    Posts
    624

    Re: Determining how many times a number shows up in a particular range.

    Hi

    Have you tried using a pivot table to select the number then use count instead of sum.

    Chris
    Click my star if I helped Thanks

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Determining how many times a number shows up in a particular range.

    If Column L does not contain numbers, you can use

    With your unique numbers in Column Q, starting in Q2, in R2

    =COUNTIF($K$2:$M$400, Q2)
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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