+ Reply to Thread
Results 1 to 3 of 3

VLookup True or False

  1. #1
    Forum Contributor
    Join Date
    03-14-2016
    Location
    United States
    MS-Off Ver
    MS Office 2013
    Posts
    102

    VLookup True or False

    Is there a way to do a VLOOKUP in which if the value is found display TRUE in Excel and FALSE in Excel?

    Thanks.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: VLookup True or False

    Something like this will do it:

    =IF(ISNA(VLOOKUP(E2,$A$4:$B$10,2,FALSE)),FALSE,TRUE)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: VLookup True or False

    Or leave out the IF and just use...
    =ISNA(VLOOKUP("dd",D2:E13,1,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. VLOOKUP true or false by #na
    By jagadeesh.rt in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-18-2015, 03:51 AM
  2. I want to learn use of Vlookup True false
    By Ankit_Kumar in forum Excel General
    Replies: 2
    Last Post: 05-15-2015, 12:34 AM
  3. Using VLookUp to return True or False
    By bishoposiris in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-21-2014, 01:17 PM
  4. What is best to use for helper cells 0 or 1, typed true or false or =true =false
    By Gingermuppet in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-20-2014, 10:41 PM
  5. [SOLVED] in this TRUE OR FALSE function, i want desired name instead of display true or false
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-15-2013, 06:44 PM
  6. [SOLVED] Vlookup with True/False
    By garyi in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-07-2013, 10:17 AM
  7. vlookup return True/False
    By okl in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-13-2009, 06:47 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