+ Reply to Thread
Results 1 to 3 of 3

Listing repeated values from range

Hybrid View

XCBeast944 Listing repeated values from... 04-15-2008, 03:41 PM
Portuga One way to do this it is to... 04-15-2008, 03:44 PM
Portuga Another way to do it is to... 04-15-2008, 03:55 PM
  1. #1
    Registered User
    Join Date
    04-11-2008
    Posts
    22

    Listing repeated values from range

    I have a table with the range being B4:O99, and I would like to make a list of each value (numbers can range from 1-96) that appears more than once in this list. I would like this list to be sorted in order of priority (number occurring most often being of highest priority). Any help would be appreciated! Thanks,

    Daniel

  2. #2
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    One way to do this it is to do have all data in one column and make a pivot table from your data.
    On the row section you would have the field and in the data section the "count of" field, in descending order.
    Last edited by Portuga; 04-15-2008 at 03:50 PM.
    If you found the solution to your question. Mark the thread as "Solved"
    Thank everyone that helped you with a valid solution by clicking on their

    There is no such thing as a problem, only a temporary lack of a solution

  3. #3
    Forum Contributor Portuga's Avatar
    Join Date
    02-20-2004
    Location
    Portugal
    MS-Off Ver
    365
    Posts
    852
    Another way to do it is to have countif formulas for each value:

    =countif($B$4:$O$99;1)

    And then sort the column with the formula, descending.

+ 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