+ Reply to Thread
Results 1 to 4 of 4

Returning "yes" or "no" if a value is found in an entire table (across multiple columns)

  1. #1
    Registered User
    Join Date
    11-11-2015
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    2

    Returning "yes" or "no" if a value is found in an entire table (across multiple columns)

    I would like to return a "yes" or "no" if a specific value is found on a table, across multiple columns.

    For example, I'd like to searching columns D-M across the below table:

    Table for Excel Forum.JPG

    For values matching those in column I in this table:

    Table 2 for Excel Forum.JPG

    If a matching value is found in the first table, I would like to return a "yes" in column J on the second table.

    Any thoughts?
    Attached Images Attached Images
    Last edited by cora.ts; 11-11-2015 at 01:07 PM.

  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,682

    Re: Returning "yes" or "no" if a value is found in an entire table (across multiple column

    try
    =IF(COUNTIF($D$2:$M$100,I2),"YES","NO")

    where D2:M100 is the table range to search
    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
    11-11-2015
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    2

    Re: Returning "yes" or "no" if a value is found in an entire table (across multiple column

    This is working perfectly! Thank you, etaf!

  4. #4
    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,682

    Re: Returning "yes" or "no" if a value is found in an entire table (across multiple column

    your welcome

+ 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. Replies: 4
    Last Post: 11-17-2013, 12:05 PM
  2. [SOLVED] How to USE """"" cells count """"" change font color
    By austin123456 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2013, 06:14 AM
  3. Replies: 2
    Last Post: 06-06-2013, 12:45 PM
  4. [SOLVED] How to check two columns for the presence of text and returning "yes" or "no"
    By Karelia Suite in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-19-2013, 09:36 AM
  5. Replies: 0
    Last Post: 01-09-2013, 06:52 PM
  6. [SOLVED] How to Count number of "Error" and "OK" after the word "Instrument" found in table row
    By eltonlaw in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2012, 06:26 AM
  7. Replies: 5
    Last Post: 10-12-2010, 06:46 AM
  8. Replies: 3
    Last Post: 12-14-2006, 01:36 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