+ Reply to Thread
Results 1 to 4 of 4

Using VLOOKUP across multiple pages

  1. #1
    Registered User
    Join Date
    05-22-2016
    Location
    Snellville, Ga.
    MS-Off Ver
    2013
    Posts
    8

    Using VLOOKUP across multiple pages

    I need to look and see if a name that is on my main page is on one of several other pages. So like:

    John Smith

    Where I can look for "Smith" and see if it's there across multiple pages - and simply return "yes or no"

    I have it working for one page using:

    =IF(ISNA(VLOOKUP(B2,'Thursday 730 PM'!B1:B5,1,FALSE)), "No", "Yes")

    Where B2 is the data I'm searching for and 'Thursday 730 PM' is one on my page names and B1:B5 is my search column.

    Thanks much for any assistance.

  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,791

    Re: Using VLOOKUP across multiple pages

    You could string a few COUNTIFs together, like this:

    =IF(COUNTIF(Sheet1!B:B,B2)+COUNTIF(Sheet2!B:B,B2)+COUNTIF(Sheet3!B:B,B2),"Yes","No")

    Change the sheet names, as appropriate.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    05-22-2016
    Location
    Snellville, Ga.
    MS-Off Ver
    2013
    Posts
    8

    Re: Using VLOOKUP across multiple pages

    Thanks much!!!

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

    Re: Using VLOOKUP across multiple pages

    Glad to help.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    You might also like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. [SOLVED] Help! How to print multiple pages based on vlookup dataset
    By jackgreem in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-28-2021, 10:22 AM
  2. vlookup over multiple pages and return multi values
    By juriemagic in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-15-2019, 12:13 PM
  3. Replies: 1
    Last Post: 08-04-2017, 01:19 AM
  4. vlookup on multiple pages
    By phila302 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-14-2015, 07:36 AM
  5. vlookup over multiple pages using vba
    By kforrest79 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-14-2014, 02:49 PM
  6. vlookup from multiple pages
    By 00Able in forum Excel General
    Replies: 2
    Last Post: 02-04-2012, 10:54 PM
  7. VLOOKUP with multiple pages
    By Zirus in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-13-2007, 08:29 AM

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