+ Reply to Thread
Results 1 to 2 of 2

Does a particular number appear

  1. #1
    Forum Contributor
    Join Date
    11-13-2010
    Location
    Warren, Michigan
    MS-Off Ver
    Excel 2008 for Mac
    Posts
    307

    Does a particular number appear

    I'm want see when a "0" appears in one of the 3 columns (A, B, C) does a 3, 6, and 9's appear in the following rows (A, B, C)

    Example: If this row contains a "0"
    A3: 0 B3: 5 C3: 4

    In the following row: Does this row contain a 3, 6, or 9? If it does the answer is "YES"
    A4: 6 B4: 7 C4: 4

    So, yes a "6" appears in the following row.

    See sample, I "manually" implemented the "YES" or "NO" in column D

    I've been looking through your past threads with no luck - any suggestions?
    Attached Files Attached Files
    Last edited by khank; 05-19-2011 at 11:45 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Does a particular number appear

    Try, in D3:

    =IF(ISNUMBER(MATCH(0,A2:C2,0)),IF(OR(ISNUMBER(MATCH({3,6,9},A3:C3,0))),"YES","NO"),"")

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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