+ Reply to Thread
Results 1 to 2 of 2

Conditional Function that filters for duplicates and then filters another set of duplicate

  1. #1
    Registered User
    Join Date
    07-09-2020
    Location
    Sacramento, CA
    MS-Off Ver
    Office 365
    Posts
    1

    Conditional Function that filters for duplicates and then filters another set of duplicate

    Good Morning!

    I've got an excel file that contains two sheets

    Sheet 1) customer orders and their IP addresses.

    Sheet 2) a list of IP addresses that we have flagged in the past as suspicious.

    I want to filter the first sheet to show only rows where the IP address shows up at least twice in the first sheet AND matches an IP address from the second sheet.

    So basically filter by if there is a duplicate cell in the first sheet and then filter if there is a duplicate cell when comparing the filtered first sheet to the second sheet.

    I'm pretty sure this is possible but how is one able to do it?

    Thanks!

    Sheet One Name IP
    Order 1 John Doe 123.456.789
    Order 2 James Doe 987.654.321
    Order 3 Fake Name 123.456.789


    Suspicious IP Addresses
    548.548.545
    123.456.789

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Conditional Function that filters for duplicates and then filters another set of dupli

    1, To ID duplicate entries, you could do a COUNTIF() in that column. You could then filter on the COUNTIF column to show > 1
    2. You could use Conditional Formatting to color duplicates

    When all else failes, please read the yellow banner above and provide a sample WB
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 12
    Last Post: 09-27-2019, 01:45 AM
  2. Replies: 7
    Last Post: 07-15-2019, 03:06 AM
  3. Is it possible to limit pivot filters to only options that fit other filters?
    By Sleipner9 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-14-2015, 07:08 PM
  4. Filters : Not Equals <> with Filters is not working !!!!
    By vishulive in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-04-2015, 01:40 AM
  5. [SOLVED] How to identify Duplicates in a column using Formula (Not filters)
    By karthikskengeri in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-20-2013, 08:06 AM
  6. Using filters, and then unselecting filters. Organizing data.
    By lesoies in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-09-2013, 07:55 AM
  7. Replies: 4
    Last Post: 07-24-2012, 01:21 PM

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