+ Reply to Thread
Results 1 to 9 of 9

duplicate FINDER

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    duplicate FINDER

    Look at where i have marked READ , manually done through eyes

    Need macro to do that by finding duplicate last 6 digit which is 026878 in bothe cases , the long number on the entry after narration

    3311 crdb dep indian sweets ref fh834471688026878 on 29/06/23

    Macro to plug those read marks

    Find attached
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,386

    Re: duplicate FINDER

    For example

    Please Login or Register  to view this content.

  3. #3
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,386

    Re: duplicate FINDER

    I think I misread your question, do you want to find all duplicates? If so, place the word "READ" everywhere? That will still be messy

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,314

    Re: duplicate FINDER

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by JohnTopley; 08-12-2023 at 06:41 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  5. #5
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,573

    Re: duplicate FINDER

    UDF
    Use in cell like
    H4:
    =DupFinder(C5,$C$5:$C$27)
    then fildown
    Please Login or Register  to view this content.
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    10-11-2021
    Location
    Netherlands
    MS-Off Ver
    365
    Posts
    1,386

    Re: duplicate FINDER

    To differentiate I would not just put READ in each line.

    Please Login or Register  to view this content.

  7. #7
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Cool Try this !


    According to the attachment a formula VBA demonstration for starters :

    PHP Code: 
    Sub Demo1()
            
    Application.ScreenUpdating False
        With ActiveSheet
    .UsedRange.Columns(9)
            .
    Formula "=IF(LEFT(C1,5)=""BANK "",IFERROR(MID(C2,FIND("" on "",C2)-6,6),""""),"""")"
            
    .Item(0) = Evaluate(Replace("IF(#>"""",IF(COUNTIF(#,#)>1,""READ"",""""),"""")""#", .Address))
            .
    Clear
        End With
            Application
    .ScreenUpdating True
    End Sub 
    ► Do you like it ? ► So thanks to click on bottom left star icon « Add Reputation » !

  8. #8
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: duplicate FINDER

    Thank you all will send feed back from home system here still at work will give feed of which one working for me

  9. #9
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2019 PRO
    Posts
    3,616

    Re: duplicate FINDER

    JEC read is okay , since you are finding a very rare case , 1 out of 99 situation , but that 1 is money thus important what slip of came in as duplicate

+ 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. duplicate sales finder
    By makinmomb in forum Excel Programming / VBA / Macros
    Replies: 24
    Last Post: 12-29-2020, 01:55 AM
  2. [SOLVED] Duplicate record finder by GRN number
    By makinmomb in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-02-2017, 09:20 AM
  3. Duplicate finder and counter?
    By philipkroberts in forum Excel General
    Replies: 1
    Last Post: 09-04-2014, 03:15 PM
  4. [SOLVED] Duplicate Finder problem
    By holmwood in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-02-2014, 08:15 AM
  5. Replies: 1
    Last Post: 06-01-2013, 01:27 AM
  6. Excel duplicate files finder
    By migindya in forum Excel General
    Replies: 6
    Last Post: 02-20-2010, 12:38 PM
  7. Duplicate data finder/remover
    By dawsonsoo in forum Excel General
    Replies: 5
    Last Post: 07-14-2009, 03:54 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