+ Reply to Thread
Results 1 to 2 of 2

Filter data, Deleting Duplicate Rows with vba,

  1. #1
    Registered User
    Join Date
    01-11-2013
    Location
    London
    MS-Off Ver
    Excel 2013, 2016
    Posts
    95

    Filter data, Deleting Duplicate Rows with vba,

    Hi,

    My challenge is to remove duplicate rows based on column value.

    On column B, there is a list of software name. On column C, there is a list of computers.

    Please find attached a sample.

    For invoicing purpose, latest version of software should be kept.

    Ex: For Workstation 11673, I have

    - Adobe Acrobat XI Pro
    - Microsoft Project Standard 2013
    - Microsoft Office Project Standard 2010
    - Microsoft Project Standard 2010.

    As Microsoft Project Standard 2013 is the latest (Microsoft Office Project Standard 2010 & Microsoft Project Standard 2010 should be removed based on duplicate)

    Please Login or Register  to view this content.
    Wrong rows are deleted

    Any help would be highly appreciated.
    Attached Files Attached Files
    Last edited by dude6571; 04-03-2017 at 04:35 PM.

  2. #2
    Registered User
    Join Date
    01-11-2013
    Location
    London
    MS-Off Ver
    Excel 2013, 2016
    Posts
    95

    Re: Filter data, Deleting Duplicate Rows with vba,

    renaming software as follows

    Filter cells based on If cells does not contain word "Office"

    .Range("$D$1:$D" & LRow).FormulaR1C1 = "=LEFT(RC3,9) & "" Office"" & MID(RC3,10,100)"

    So from column B

    - Microsoft Project Standard 2013
    - Microsoft Project Standard 2010.

    I get in column D

    - Microsoft Office Project Standard 2013
    - Microsoft Office Project Standard 2010

+ 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. Deleting Duplicate Rows with vba
    By Scrapnforfun in forum Excel Programming / VBA / Macros
    Replies: 19
    Last Post: 03-11-2017, 09:57 PM
  2. Code for Eliminating duplicate rows and re arrange without deleting rows
    By pvsvprasad in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 08-21-2016, 02:42 PM
  3. Replies: 1
    Last Post: 02-07-2014, 03:14 AM
  4. formula to filter duplicate rows with all columns data
    By genetist in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-23-2013, 06:58 AM
  5. Deleting rows for duplicate data in few columns
    By deepakborse in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-14-2010, 07:26 AM
  6. finding data in duplicate rows, revising row data and deleting duplicates
    By MF Xrx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-16-2008, 06:49 PM
  7. Replies: 1
    Last Post: 10-07-2005, 04:05 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