+ Reply to Thread
Results 1 to 2 of 2

Duplicate Analysis Help

  1. #1
    Registered User
    Join Date
    03-27-2014
    Location
    Baton Rouge
    MS-Off Ver
    Excel 2013
    Posts
    3

    Duplicate Analysis Help

    I am currently trying to analyze duplicate data and need to do so for over 1500 duplicated items. Below is what I am trying to write a formula to do.....However I am not having much luck...Any help would be greatly appreciated.

    1. If Col D & E are the same, return “DELETE” (on one of the lines)
    2. If Col D & E are NOT the same, and Col D is greater than Col E for any/all of the duplicate lines, return “REV CK”
    3. If Col D & E are NOT the same, and Col D is less than Col E return “OK” for the line that has the greater value in Col D, but still less than Col.E

    Thanks to all in advance for any help

  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,929

    Re: Duplicate Analysis Help

    hi and welcome to the forum

    try this (untested)...

    =if(D1=E1,"Delete",if(D1>E1,"REV CK","OK"))
    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: 1
    Last Post: 03-06-2014, 11:00 AM
  2. Replies: 2
    Last Post: 06-28-2013, 08:43 AM
  3. Data Analysis- advanced pivot functions for employee analysis
    By Dsankie in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 05-10-2013, 12:30 AM
  4. Replies: 4
    Last Post: 02-15-2011, 05:53 PM
  5. Analysis ToolPak installed but no Data Analysis option
    By Eric Stephens in forum Excel General
    Replies: 3
    Last Post: 02-02-2005, 06:06 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