+ Reply to Thread
Results 1 to 7 of 7

Removing Duplicates

  1. #1
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Office 365
    Posts
    1,899

    Removing Duplicates

    Hi Freinds,

    I required to remove duplicates in work item code based on Party name in sheet 1 using frequency .

    Punnam
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    05-07-2014
    Location
    India
    MS-Off Ver
    MS Office 365
    Posts
    313

    Re: Removing Duplicates

    Hi Punnam,

    Please try this formula in Cell B3 of sheet 3:-
    =INDEX(Sheet1!$A$8:$A$28,MATCH(0,COUNTIF($B$2:B2,Sheet1!$A$8:$A$28),0)), this is an array function so after enter the formula in cell B3 instead of press enter press the key CTRL+SHIFT+ENTER.

    For reference please find the attached file.
    Attached Files Attached Files
    Thanks
    Nisha Dhawan


    If you like my answer please click on * Add Reputation
    "If you can dream it, You can do it "

  3. #3
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Office 365
    Posts
    1,899

    Re: Removing Duplicates

    Hi Nisha Dhawan ,

    My requirement is in sheet3 .Please check it once again

    Punnam

  4. #4
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Office 365
    Posts
    1,899

    Re: Removing Duplicates

    Hi

    Bump. Need help

    Punnam

  5. #5
    Forum Contributor
    Join Date
    01-28-2014
    Location
    Turkey
    MS-Off Ver
    Excel 2013
    Posts
    159

    Re: Removing Duplicates

    Sheet3 C3 cell

    Please Login or Register  to view this content.

    Entered with Ctrl+Shift+Enter then drag right then pull down.

    Note:If entered correctly, Excel will surround with curly braces {}. Note: Do not try and enter the {} manually yourself.

  6. #6
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Office 365
    Posts
    1,899

    Re: Removing Duplicates

    hi Ali Kırksekiz ,

    Thank you for the solution it worked fine, can you expalin me in detail the frequency part in more details
    1)
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    ,
    Why this part for formula is required ? Please explain
    Punnam

  7. #7
    Forum Contributor
    Join Date
    01-28-2014
    Location
    Turkey
    MS-Off Ver
    Excel 2013
    Posts
    159

    Re: Removing Duplicates

    First section counts unique values. According your example for Veda Prakesh, There are three different value. If ones of them are same value then frequency formula doesn’t counts same value. The formula skip same value and counts unique .

    For example Veda Prakesh’s value 11;13 ;15;16
    Occurrence counts are Veda Prakesh to IF generate a bunch FREQUENCY(1\1\1\1 …{1;1;1;;1;FALSE;FALSE;FALSE} COUNT formula gives 4,
    Veda Prakesh’s value 11;13 ;13;16 FREQUENCY(1\1\0\1 {1;1;0;1;FALSE;FALSE;FALSE} COUNT formula gives 3

    If you want to learn how to evaluate formula then On the Formulas tab, in the Formula Auditing group, click Evaluate Formula. Click until each part of the formula has been evaluated.

+ 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. Remove duplicates function not removing duplicates
    By Berilium2 in forum Excel General
    Replies: 3
    Last Post: 04-01-2015, 06:55 AM
  2. Replies: 6
    Last Post: 03-29-2012, 12:16 AM
  3. [SOLVED] Removing Duplicates
    By Gary's Student in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 06:05 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