+ Reply to Thread
Results 1 to 5 of 5

Find if value exists multiple times or is new value

  1. #1
    Forum Contributor
    Join Date
    03-08-2019
    Location
    England
    MS-Off Ver
    2016
    Posts
    104

    Find if value exists multiple times or is new value

    Hello,

    Is anyone able to help with the attached?

    I have a list a numbers from one date and another list of numbers on another date.

    I want to find out which values are specific to the first date, which values are specific to the second date and which values exist in both as per the attached
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Find if value exists multiple times or is new value

    Formula in D:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    For E change ranges between them in formula above.
    For F:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    is Array, so Ctrl+Shift+Enter instead of regular Enter.
    But this will make your file slow. Instead, you could use something like this: https://www.ablebits.com/office-addi...omment-page-1/
    Click the * to say thanks.

  3. #3
    Forum Contributor
    Join Date
    03-08-2019
    Location
    England
    MS-Off Ver
    2016
    Posts
    104

    Re: Find if value exists multiple times or is new value

    I thought a few vlookups would do the trick, this is very complicated but thank you

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,002

    Re: Find if value exists multiple times or is new value

    They can be simplified a little (but not much!!):

    =IFERROR(INDEX($A:$A,AGGREGATE(15,6,ROW($A$2:$A$2000)/(($A$2:$A$2000<>"")*(ISNA(MATCH($A$2:$A$2000,$B$2:$B$2000,0)))),ROWS($1:1))),"")

    and

    =IFERROR(INDEX(B:B,AGGREGATE(15,6,ROW($B$2:$B$2000)/(($B$2:$B$2000<>"")*(ISNA(MATCH($B$2:$B$2000,$A$2:$A$2000,0)))),ROWS($1:1))),"")

    and

    =IFERROR(INDEX($B:$B,AGGREGATE(15,6,ROW($B$2:$B$2000)/($B$2:$B$2000<>"")*(NOT(ISNA(MATCH($B$2:$B$2000,$A$2:$A$2000,0)))),ROWS($1:1))),"")

    The advantages are: a) the ranges are not exact, any sensible number greater than the no of rows will do, and b) all 3 are non-array formulae (just use enter).
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Forum Contributor
    Join Date
    03-08-2019
    Location
    England
    MS-Off Ver
    2016
    Posts
    104

    Re: Find if value exists multiple times or is new value

    Thank you for the attached - I would note there are 17 duplicates in Col F but I have removed these. Thanks for the help

+ 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. how many times value exists for a vales in pivot table + chart
    By magicb in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 12-08-2018, 02:49 PM
  2. find value multiple times
    By andy206 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-01-2016, 05:52 AM
  3. Find name multiple times from different tabs
    By racemx904 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-27-2015, 06:36 PM
  4. Find how many times a cell value exists in another range
    By D.Lovell in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-30-2014, 06:38 PM
  5. [SOLVED] Difference Between Two Times If a Time Exists in a Certain Column
    By danieloverton1984 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-12-2013, 03:34 PM
  6. Replies: 9
    Last Post: 07-03-2013, 07:39 AM
  7. Check if word exists and count how many times, help
    By execine in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-07-2010, 02:08 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