+ Reply to Thread
Results 1 to 3 of 3

Show worksheet name on match found

  1. #1
    Registered User
    Join Date
    07-23-2014
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    6

    Show worksheet name on match found

    Hi,

    I need to show the name of the worksheet where the cell match is found. Can you please help me out with the formulas?

    Thank you so much.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,738

    Re: Show worksheet name on match found

    Put this formula in C3:

    =IF(ISNUMBER(MATCH(D3,'Shop A'!A:A,0)),"Shop A",IF(ISNUMBER(MATCH(D3,'Shop B'!A:A,0)),"Shop B",IF(ISNUMBER(MATCH(D3,'Shop C'!A:A,0)),"Shop C","not found")))

    then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    07-23-2014
    Location
    Sydney
    MS-Off Ver
    2010
    Posts
    6

    Re: Show worksheet name on match found

    Awesome, it works great. Thank you for such quick response.

+ 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. How to match data from worksheet and show it in ListBox?
    By z-eighty2 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-11-2014, 02:41 AM
  2. [SOLVED] Match one cell with another, if match found copy adjacent cells
    By Xiophoid in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-07-2013, 05:50 AM
  3. Copy data from worksheet 2 to worksheet 1 if match found
    By TSSRob in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-18-2011, 07:54 PM
  4. Query to Show 0 if no match found
    By pr4t3ek in forum Access Tables & Databases
    Replies: 2
    Last Post: 07-01-2009, 12:11 AM
  5. Replies: 5
    Last Post: 10-11-2008, 04:01 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