+ Reply to Thread
Results 1 to 2 of 2

Excel Multiple Duplicates Conditional Formats

Hybrid View

gavlar83 Excel Multiple Duplicates... 07-03-2010, 11:07 AM
Bob Phillips Re: Excel Multiple Duplicates... 07-03-2010, 01:07 PM
  1. #1
    Registered User
    Join Date
    07-03-2010
    Location
    London UK
    MS-Off Ver
    Excel 2003
    Posts
    1

    Excel Multiple Duplicates Conditional Formats

    Hey there, I have been racking my limited knowledge of excel trying to work this out but cant get it right! I have searched and searched but just cant solve it!

    I have a list of phone numbers on sheet1 and another list of phone numbers in sheet 2. What I want is to make the excel sheet highlight any duplicates across the various sheets. (I am expecting through time I will have more sheets with numbers on).

    I have done the formula =COUNTIF($A$1:$A$100,A1)>1 and that works for highlighting the duplicates on that sheet. But it wont do cross sheets. I have tried this as well: =OR(COUNTIF(sheet1,A1)=1,COUNTIF(sheet2,A1)=1) but that didnt seem to work.

    Any advice, in a broken down idiots guide, would be greatly appreciated!

    I have read a previous post here but that was the above formula and just wont work for me! :-(

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Excel Multiple Duplicates Conditional Formats

    Try

    =OR(COUNTIF($A:$A,A1)>1,COUNTIF(Sheet2!$A$A,A1)>1)

+ 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