+ Reply to Thread
Results 1 to 6 of 6

vlookup return True/False

  1. #1
    Forum Contributor
    Join Date
    01-17-2008
    Posts
    156

    vlookup return True/False

    Hi,

    As refer to sample, how can i match "Product 1" column item with "Product 2" item . If match column True/False will return me a "1"

    Thankss.
    Attached Files Attached Files
    Last edited by okl; 10-12-2009 at 07:52 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,082

    Re: vlookup return True/False

    In C2

    =NOT(ISNA(VLOOKUP(A2,D$2:D$7,1,FALSE)))

    and coyp down column C
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    05-09-2009
    Location
    Manchester,England
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    58

    Re: vlookup return True/False

    Hi

    Enter this in C2

    =NOT(ISNA(VLOOKUP(A2,D$2:D$7,1,FALSE)))*IF(TRUE,"1","")

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: vlookup return True/False

    =1 - isna(match(a2, $d$2:$d$7, 0))
    Entia non sunt multiplicanda sine necessitate

  5. #5
    Forum Contributor
    Join Date
    01-17-2008
    Posts
    156

    Re: vlookup return True/False

    Thanks,


    Add in 1 more:

    if "product 1" match "product 2", how can i transfer the "Source 1" data to "Source 2" ?
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    01-17-2008
    Posts
    156

    Re: vlookup return True/False

    Anyone please?

+ 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