+ Reply to Thread
Results 1 to 12 of 12

Match Formula for the same unique value

  1. #1
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    Match Formula for the same unique value

    The previous title was not fulfilling my requirement

    Hi
    I need a formula in D column of the attached file, I have updated D column as per the expected result with the below requirement.
    1) If “C” column is “Successful” then in “D” column, for all same unique value it should “Successful”
    2) If “C” column is “Reject” then in “D” column, for all same unique value it should “Successful”
    Attached Files Attached Files
    Last edited by arindamsenaxa; 08-13-2019 at 12:41 PM. Reason: Previous title was not fulfilling my requirement

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,777

    Re: Match Formula

    Administrative Note:

    We would very much like to help you with your query, however the thread title does not really convey what your request is about.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    Re: Match Formula

    Hope the updated title will be help full

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,777

    Re: Match Formula for the same unique value

    Better - thanks.

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Match Formula for the same unique value

    Try this in D2:

    =LOOKUP(2,1/(A$2:A$29=A2),C$2:C$29)

  6. #6
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    Re: Match Formula for the same unique value

    Thanks, it's working for me ...

  7. #7
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Match Formula for the same unique value

    You're welcome. Happy to help.

  8. #8
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    Re: Match Formula for the same unique value

    Hi @63falcondude

    First of all, thank you for helping me out in my formula

    Now when I apply the formula, though it is working in the attached file when I am changing the column its seems it is not working

    I have placed your formula in "CS" column of sheet 2 also in Sheet 1.
    in Sheet 1 it is working but not in Sheet 2

    if you can have a look it will be a great help

    File : Attachment 637965

    Regards
    Arindam

  9. #9
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Match Formula for the same unique value

    Your attachment didn’t work.

    To upload an Excel workbook, follow these steps:
    1) Click on "Go Advanced"
    2) Click on "Manage Attachments"
    3) Click on "Choose File"
    4) Choose your file and click on "Open"
    5) Click on "Upload"
    6) Click on "Close this window"

  10. #10
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    Re: Match Formula for the same unique value

    SuccessfulReject.xlsx


    I have attached it again, plz check

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,777

    Re: Match Formula for the same unique value

    Try this instead:

    =IFERROR(IFERROR(IF(LOOKUP(2,1/(($CK$2:$CK$15=CK2)*($CM$2:$CM$15="Successful")),$CK$2:$CK$15)>0,"Successful"),IF(LOOKUP(2,1/(($CK$2:$CK$15=CK2)*($CM$2:$CM$15="Reject")),$CK$2:$CK$15)>0,"Reject")),"")

    Perhaps better would be this:

    =IFERROR(IF(LOOKUP(2,1/(($CK$2:$CK$15=CK2)*($CM$2:$CM$15<>"")),$CK$2:$CK$15)>0,LOOKUP(2,1/(($CK$2:$CK$15=CK2)*($CM$2:$CM$15<>"")),$CM$2:$CM$15)),"")
    Last edited by AliGW; 08-20-2019 at 11:58 AM.

  12. #12
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    Re: Match Formula for the same unique value

    Thanks It's working now

+ 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. Fuzzy match formula to match partial email string in another list?
    By Akshay in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-26-2018, 01:51 PM
  2. Creating INDEX MATCH MATCH formula based off text in cells
    By bbkdude in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-26-2017, 10:37 AM
  3. Replies: 4
    Last Post: 04-14-2017, 07:47 PM
  4. Replies: 11
    Last Post: 01-12-2016, 03:30 PM
  5. Replies: 1
    Last Post: 10-06-2014, 02:13 PM
  6. Index Match Match Formula DOESN'T WORK WITH TABLES/TABLE NAMES ??
    By Underling in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-04-2014, 09:01 PM
  7. Replies: 5
    Last Post: 02-29-2012, 08:51 PM

Tags for this Thread

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