+ Reply to Thread
Results 1 to 8 of 8

Excel 2007 : Match a name on one worksheet with a name on another work sheet

  1. #1
    Registered User
    Join Date
    05-29-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    5

    Match a name on one worksheet with a name on another work sheet

    Hi

    Here is the problem.

    One worksheet contains the historical data of the names of the companies. On another work sheet is data of the companies that have delisted. The matching should be case insensitive

    I have attached the spreadsheet. The companies are on the worksheet List of All Companies and the matching worksheet is Delisted. Basically I trying to find out which have been delisted.

    Many thanks.

  2. #2
    Registered User
    Join Date
    05-29-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Howdy How can I match a name on one worksheet with a name on another work sheet

    Sorry here's the file

  3. #3
    Registered User
    Join Date
    05-29-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Howdy How can I match a name on one worksheet with a name on another work sheet

    Sorry here's the file
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    04-03-2007
    Location
    Auckland, New Zealand
    MS-Off Ver
    2007
    Posts
    137

    Re: Howdy How can I match a name on one worksheet with a name on another work sheet

    Hi,

    Using a Vlookup formula with the 'range lookup' operator set to TRUE will return the nearest match within the given range.
    (when set to FALSE the 'range lookup' operator will force the formula to find and exact match.

    eg.
    Please Login or Register  to view this content.
    C9 being the reference to the company name in your 'List of Companies...' sheet


    Hope that helps..

  5. #5
    Registered User
    Join Date
    05-29-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Howdy How can I match a name on one worksheet with a name on another work sheet

    Dear Bentley,

    Thanks for your advice. But in the full database, I have lots of names that are quite similar. Is there a way to match the names that is not case-sensitive.

    Also I would like to return the Column 1 in the Delisted worksheet.

    Many thanks

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Howdy How can I match a name on one worksheet with a name on another work sheet

    Try this in D8 and copy down. It will answer TRUE if the item is NOT on the DELISTED sheet, it will answer FALSE if it IS listed. These seem to be the appropriate answers for a column called "Listed".

    =ISERROR(MATCH(TRIM(C8),Delisted!A:A,0))


    MATCH() is not case-sensitive, but your sample data has a LOT of extra spaces in column C, so the TRIM() function helps with that.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  7. #7
    Registered User
    Join Date
    05-29-2009
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: Howdy How can I match a name on one worksheet with a name on another work sheet

    It works! Ohhh Thank you, thank you ohhh you rocket scientist!

    One more question if I may. is there a way for me to see step by step how the formula works? I want to understand the formula better.

    Kind regards

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Howdy How can I match a name on one worksheet with a name on another work sheet

    My favorite thing in the Excel has become the Formula Evaluator. Turn on the Formula Auditing toolbar. Click a cell. Click on Evaluate Formula and step through the formula by clicking Evaluate button.

+ 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