+ Reply to Thread
Results 1 to 3 of 3

Help searching partial or all of data in one cell against entire database in another sheet

  1. #1
    Registered User
    Join Date
    10-11-2012
    Location
    Lake Elsinore
    MS-Off Ver
    Excel 2010
    Posts
    46

    Help searching partial or all of data in one cell against entire database in another sheet

    Hello,

    I'm creating an Excel document that will be used to shorten a process that we are currently doing.

    Example - =IF(B9=<'NAMED ACCOUNTS'!G2:G9010,"Named Account","Non Named Account"). This formula NEVER works - it does not have the correct answer - the account I enterend in B9 was a Named Account.

    Enter Data in cell
    formula in cell below will look to see if entered data matches (completely or partially) data in another spreadsheet, if it does then I need to have the following appear "Named Account" if it doesn't I need the following to appear "Non Named Account".
    The problem is that the word being entered may be a partial word and not match the data in the other spreadsheet completely.

    I know that this seems a bit confusing but I've been working on this for quite a while and have tried several formulas with no luck.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Help searching partial or all of data in one cell against entire database in another s

    Hi

    Try
    =IF(ISNA(MATCH("*"&B9&"*",'NAMED ACCOUNTS'!G2:G9010,0)),"Non Named Account","Named Account")

    If that doesn't do it, then set up an example file with some representative (but not sensitive) data so we can see what you are working with....

    rylo

  3. #3
    Registered User
    Join Date
    10-11-2012
    Location
    Lake Elsinore
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: Help searching partial or all of data in one cell against entire database in another s

    AMAZING - Awesome - THANK YOU! Your resolution worked perfect - What is the best way to gain Excel knowledge? I

+ 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