+ Reply to Thread
Results 1 to 5 of 5

Help finding duplicates

  1. #1
    Registered User
    Join Date
    11-02-2009
    Location
    Utah, United States
    MS-Off Ver
    Excel 2007
    Posts
    2

    Help finding duplicates

    I have a spreadsheet that is continuosly fed names there are over 500 names that I have to update. Some are new and some are duplicates is there a way to know if a name that was submitted or added is a duplicate. Kind of like a rule where it is equal to changes it to yellow? As you can tell I am not excel smart at all. So please speak slowly

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Help finding duplicates

    Hi,

    use conditional formatting with this "new" rule in xl 2007

    Highlight your data (below assumes data is in A1:A100
    on the Home tab click Conditional formatting
    click "new rule"
    click "use a formula to determine ..."
    enter the formula as the rule

    =COUNTIF($A$2:$A$1100,A2)>1

    adjust ranges to suit. Keep $ signs in place.

  3. #3
    Registered User
    Join Date
    11-02-2009
    Location
    Utah, United States
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Help finding duplicates

    Is there any other way I actually have been using google docs so that multiple people can add names online?

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Help finding duplicates

    Sorry, this is an Excel forum. I don't know Google docs all that well. Maybe there is some sort of conditional formatting functionality with the Google spreadshet. If so, you probably find it documented in the Google docs help files.

  5. #5
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Help finding duplicates

    After having a play with Google's spreadsheet, it does not seem that their equivalent of conditional formatting allows for applying formulas in the rules.

    <Teylyn's Google docs help>
    <!-- may the mods forgive me -->



    What you can do, though, is create a helper column next to the names column and enter this formula

    =COUNTIF($A$2:$A$100,A2)

    Adjust the red number above to be the last row with data in your column. This column will now show how many times the name in column A on the same row appears in the list. We can now use Google's rules to give the cells a different color if the number in the cell is greater than 1, i.e. if the name appears more than once in the list.

    Step by step:

    Select all cells in the column,
    click Format - Change colors with rules,
    select "greater than" in the drop down list
    enter "1" in the box next to the drop down
    select red text on red background as the format (or whatever color strikes your fancy)
    click "Save Rules"
    click the whole column and select White as the default text color (to hide all the "1" values)

    Viola! All duplicate names now have a bright red cell next to them.

    </Teylyn's Google docs help>



    does that suit?
    Last edited by teylyn; 11-02-2009 at 03:31 AM.

+ 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