+ Reply to Thread
Results 1 to 3 of 3

Lookup four values and return True if one of them found.

  1. #1
    Registered User
    Join Date
    07-30-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    43

    Lookup four values and return True if one of them found.

    Hi All,

    I need a formula which will find Four values G1,G56,G89 H21 in column A and if any one of them found then it should return true else false in cell b2.

    Thank you.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,741

    Re: Lookup four values and return True if one of them found.

    probably a better way, but off the top of my head quickly

    =(COUNTIF(A:A,G1)+COUNTIF(A:A,G56)+COUNTIF(A:A,G89)+COUNTIF(A:A,H2))>0
    Last edited by etaf; 02-01-2020 at 12:25 PM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    07-30-2014
    Location
    india
    MS-Off Ver
    2007
    Posts
    43

    Re: Lookup four values and return True if one of them found.

    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. [SOLVED] ISNUMBER to return value found instead of TRUE?
    By kingofcamden in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-19-2018, 04:50 AM
  2. Replies: 3
    Last Post: 08-16-2018, 06:07 AM
  3. [SOLVED] IF logical test pass return with 1st LOOKUP if true, if false then return with 2nd VLOOKUP
    By powerzasty in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-21-2017, 03:55 PM
  4. [SOLVED] Return TRUE if cell value is found in a list
    By Smally in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-20-2016, 10:21 AM
  5. Return TRUE if 'part text' found in cell range
    By AnnieM in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 07-23-2014, 05:10 AM
  6. Formula to lookup two values in a row and return a value if both are found
    By onbeillp111 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-01-2014, 01:33 PM
  7. [SOLVED] Can LooKUP get return value of True or False?
    By lvcha.gouqizi in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-05-2005, 07:30 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