+ Reply to Thread
Results 1 to 4 of 4

Extract duplicated values based on an extra criteria

  1. #1
    Registered User
    Join Date
    08-30-2005
    Posts
    67

    Extract duplicated values based on an extra criteria

    Hi,

    I'm trying to get a formula in column "Valid" to get "Yes" value for the latest registered names according to "Date" column (see the example below).

    Thanks for any suggestion,
    Eduard

    Date Name Valid
    01/03/2013 AAA
    15/03/2013 BBB Yes
    18/03/2013 CCC Yes
    06/03/2013 AAA
    06/03/2013 BBB
    31/03/2013 AAA Yes
    Last edited by Eduard; 03-21-2013 at 05:12 AM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Extract duplicated values based on an extra criteria

    Try this ARRAY formula in C2 and copy down.

    =IF(A2=MAX(IF($B$2:$B$20=B2,$A$2:$A$20)),"yes","")
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    08-30-2005
    Posts
    67

    Re: Extract duplicated values based on an extra criteria

    Thanks Fortis. This works perfectly fine.

    Defintely have to learn more about array formulas.

    Cheers,
    Eduard

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Extract duplicated values based on an extra criteria

    You are welcome.

    A good start for ARRAYS, is here

    http://www.cpearson.com/excel/ArrayFormulas.aspx

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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