+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Excel Search Question

Hybrid View

  1. #1
    Forum Contributor SCLai's Avatar
    Join Date
    08-18-2010
    Location
    Singapore
    MS-Off Ver
    Excel 2007
    Posts
    129

    Re: Excel Search Question

    To elaborate on jacques's point, please try this formula at your destinated cell, e.g F1 if your data is in C1 and E1:
    =IF(AND(C1="*AAAA*",E1="X"),"Match","")
    The formula will search if the cell C1 contains "AAAA", E1 is exactly "X". If both true, returns "Match" as output

    Or you can use this:
    =IF(AND(C1="AAAA",E1="X"),"Match","")
    The formula will search if the cell C1 is exactly "AAAA", E1 is exactly "X". If both true, returns "Match" as output

    Hope this is what you wanted!

    SC
    Do give a * (bottom left) if the post helped!

  2. #2
    Registered User
    Join Date
    05-24-2012
    Location
    columbus
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Excel Search Question

    Sorry, I think I left out some information. I'm searching from another workbook and basically I need to return true or something if somewhere on the first sheet there is a row where AAAA is in column c and x is in column e. I also have to do this for other values similar to AAAA.

+ 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