+ Reply to Thread
Results 1 to 6 of 6

Finding matching data

  1. #1
    Forum Contributor
    Join Date
    04-21-2007
    Location
    Lima, Peru
    MS-Off Ver
    2000, 2007, 2010
    Posts
    674

    Finding matching data

    I have a spreadsheets where I have several thousand lines of data each containing 5 values in consecutive columns.

    I wish to count the number of matching occurrences for each line with a larger value series (20 values).

    Currently I am using individual formulas (countif) to do this but am sure there must be an easier way.

    I would appreciate any comments.

    Many thanks

    Jeff

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Can you post a sample set of data and show desired results?

  3. #3
    Forum Contributor
    Join Date
    04-21-2007
    Location
    Lima, Peru
    MS-Off Ver
    2000, 2007, 2010
    Posts
    674

    Matching data

    My apologies for uploading the wrong file

    I thought it might be possible with DCount but did not have any luck in getting it to work.

    It seems that it is the sort of thing that would crop up fairly often, but could not find any way to simplify the formula.

    I should mention that the main reason for asking is that the subset is likely to expand to around thirty values and the main set to five hundred and this would make adding countif functions a bit of a problem.

    Thanks again

    Jeff
    Attached Files Attached Files
    Last edited by solnajeff; 11-29-2007 at 07:50 PM.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    =SUM(COUNTIF($A$1:$AT$1, A5:E5)), entered as an array formula (i.e., confirmed with Ctrl+Shift+Enter instead of just Enter)

  5. #5
    Forum Contributor
    Join Date
    04-21-2007
    Location
    Lima, Peru
    MS-Off Ver
    2000, 2007, 2010
    Posts
    674

    Matching data

    Thanks a lot, will hopefully simplify things in future.

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Great, Jeff, good luck.

+ 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