+ Reply to Thread
Results 1 to 7 of 7

Duplicates Help

  1. #1
    Registered User
    Join Date
    07-13-2014
    Location
    Portugal
    MS-Off Ver
    2010
    Posts
    8

    Duplicates Help

    Hello everyone

    I have a excel sheet where I have a table with name , product and month. My formula returns the various products associated with the name , but what I need is to associate name and month. Attached follow what I did.

    Thanking someone for help
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Duplicates Help

    Try this array formula

    =IFERROR(INDEX($C$2:$C$16;SMALL(IF(($B$2:$B$16=$I$2)*($D$2:$D$16=$K$2);ROW($B$2:$C$16)-ROW($B$2)+1);ROW(1:1)));"")

    ***Array formula must be entered by using key combination of CTRL+SHIFT+ENTER and not just ENTER

    Or since you using Excel 2010 you can use this formula without CTRL+SHIFT+ENTER

    =IFERROR(INDEX($C$2:$C$16;AGGREGATE(15;6;ROW($C$2:$C$16)-ROW($B$2)+1/($B$2:$B$16=$I$2)/($D$2:$D$16=$K$2);ROW(1:1)));"")
    Last edited by AlKey; 02-28-2015 at 07:43 PM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    07-13-2014
    Location
    Portugal
    MS-Off Ver
    2010
    Posts
    8

    Re: Duplicates Help

    It Works !!

    Thank you very much

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Duplicates Help

    You're welcome and thank you for the feedback!
    Last edited by AlKey; 02-28-2015 at 07:50 PM.

  5. #5
    Registered User
    Join Date
    07-13-2014
    Location
    Portugal
    MS-Off Ver
    2010
    Posts
    8

    Re: Duplicates Help

    AlKey

    Sorry but now only returns only a reference product . The same name that month has several references was that he needed. attached example
    Attached Files Attached Files

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Duplicates Help

    You made some changes to the formula that are wrong and did not adjust ranges to accommodate new data set.

    =IFERROR(INDEX($C$3:$C$32;SMALL(IF(($B$3:$B$32=$J$3)*($D$3:$D$32=$L$3);ROW($B$3:$C$32)-ROW($B$3)+1);ROW(1:1)));"")
    Last edited by AlKey; 02-28-2015 at 08:25 PM.

  7. #7
    Registered User
    Join Date
    07-13-2014
    Location
    Portugal
    MS-Off Ver
    2010
    Posts
    8

    Re: Duplicates Help

    Is good working;

    Once again thank 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. Macro to find duplicates, concatenate cells, then delete old duplicates
    By givemepuppies in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 03-04-2016, 02:43 AM
  2. Replies: 1
    Last Post: 07-30-2014, 02:37 PM
  3. Replies: 2
    Last Post: 12-27-2013, 09:24 AM
  4. [SOLVED] Macro to find duplicates, concatenate Unique Values, then delete old duplicates
    By lesoies in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-17-2013, 04:32 PM
  5. Replies: 3
    Last Post: 03-09-2011, 07:00 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