+ Reply to Thread
Results 1 to 11 of 11

Remove Duplicates and Find out the Additionally Inserted Rows

  1. #1
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Remove Duplicates and Find out the Additionally Inserted Rows

    Remove Duplicates and Find out the rows from sheet 1 and sheet 2 using borrower id and loan date

  2. #2
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    This formula is not working pls give solution

    I want to compare B & C Column with E & F

    =IF(B2:C121196 = E2:F126497,"Match","No Match")

    =IF(B2:B121196,C2:C121196 = E2:E126497,F2:F126497,"Match","No Match")

    What error in this formula ?

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    Try

    =IF(ISNUMBER(MATCH(B2&C2,INDEX($E$2:$E$126497&$F$2:$F$126497,),0)),"Match","No Match")

    Copy down.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    Please explain about the formula, Actually B&C column has 121196 rows and E&F has 126496 rows if i put formula means it will come the difference only 5300 rows but this formula shows 7356 rows.

  5. #5
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    This formula would give you match if B&C cells value is in EF column if B&C cell value doesn't exit in E&F column then It would give your Not match. As per post #1 you were trying If condition for checking = two ranges, If function can't do the same.

    What you wish to do can you post a sample file with expected result. for attaching sample follow the below mention steps.

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  6. #6
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    I want to show result in sheet 3 that is I want to compare sheet 1 and sheet 2 borrower id and loan date if borrower id and loan date is different means then I want to display that record only in sheet 3. Example the result comes 5300 rows because sheet 1 has 121196 and sheet 2 it has 126496 so if we minus the record means the unique record is 5300 that result need to come in sheet 3

    I can't attach here morethan 2mb xcel or .zip file so i have attaching 2.zip files you copy and paste it in 1xcel and do it
    Attached Files Attached Files
    Last edited by maddyrafi1987; 11-27-2017 at 02:28 AM.

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    Try

    G3=IFERROR(INDEX($D$3:$D$12,MATCH(0,INDEX(COUNTIF($G$2:G2,$D$3:$D$12)+COUNTIFS($B$3:$B$9,$E$3:$E$12,$A$3:$A$9,$D$3:$D$12),),0)),"")

    H3=INDEX($E$3:$E$12,MATCH(G3,$D$3:$D$12,0))

    Row\Col
    A
    B
    C
    D
    E
    F
    G
    H
    1
    Sheet1 Sheet2 Sheet3 Result
    2
    ID Date ID Date ID Date
    3
    A
    27.09.2012
    E
    27.09.2012
    E
    27.09.2012
    4
    B
    07.11.2015
    A
    27.09.2012
    K
    27.11.2017
    5
    C
    05.06.2014
    B
    07.11.2015
    M
    02.09.2017
    6
    D
    16.12.2013
    C
    05.06.2014
    Z
    05.05.2014
    7
    E
    31.10.2016
    D
    16.12.2013
    P
    18.04.2013
    8
    F
    02.01.2014
    K
    27.11.2017
    H
    11.02.2011
    9
    G
    28.06.2017
    M
    02.09.2017
    10
    Z
    05.05.2014
    11
    P
    18.04.2013
    12
    H
    11.02.2011

  8. #8
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    I tried but it shows answer 0
    Attached Images Attached Images

  9. #9
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    Do upload you sample data, I don't know which type data you have what you wish to achieve. I asked you sample file in post #5 but you didn't update, I can't give you solution further with sample data with expected result.

  10. #10
    Forum Contributor
    Join Date
    04-11-2017
    Location
    Madurai
    MS-Off Ver
    2016
    Posts
    239

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    No sample data i have, In my previous post i attached 2excel file you just copy and paste the 2 files in 1excel and note that the 1st 2column has 121196 rows and next is having 126496 rows if we minus the rows means the ans is 5300 rows so i want to compare the both rows borowweer id and loan date and display the difference 5300 rows as output thats it.

    I can't attach my excel file it has moethan 3mb.

  11. #11
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Remove Duplicates and Find out the Additionally Inserted Rows

    This is the huge data set and formula's can be much slow for extracting the result. I have a trick if you wish extract only unique values then copy down second data set under the first data set, Assume you have first data set in A:B till row no 121197 and second data in D:E till 126497. Copy the D:E data and paste it in A:B column. In C2 put =A2&B02 and drag down, select ABC column then press Alt-M you will get a window Remove duplicate Uncheck first two option and only make check mark C column and then ok. These steps remove the duplicate and only present unique list.

    Hope this help you

+ 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. Find or Remove Duplicates in Columns
    By dwc in forum Excel General
    Replies: 2
    Last Post: 05-11-2014, 10:38 PM
  2. [SOLVED] Find duplicates rows, sum cells then remove duplcate rows
    By Wagstaff in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-22-2013, 09:37 AM
  3. Find and remove duplicates and/or identifiy both rows
    By WiscoKid in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-18-2013, 08:40 AM
  4. Replies: 1
    Last Post: 10-23-2012, 09:12 AM
  5. Replies: 5
    Last Post: 02-28-2012, 02:52 PM
  6. Find and remove duplicates?
    By famico78 in forum Excel General
    Replies: 3
    Last Post: 04-30-2009, 07:38 AM

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