+ Reply to Thread
Results 1 to 3 of 3

Vlookup single cell value across worksheets.

  1. #1
    Registered User
    Join Date
    01-31-2017
    Location
    Chester
    MS-Off Ver
    2013
    Posts
    26

    Vlookup single cell value across worksheets.

    Hi, all.

    I need to use a Vlookup for a single cell across all worksheet. What I want to do is enter a company name and see if it returns active or inactive. I created a client list on a blank worksheet with Vlookup but this was messing up the VBA search.

    is there any way around this, please?

    Many thanks in advance.

    Jaime.

  2. #2
    Registered User
    Join Date
    08-06-2014
    Location
    Pune, India
    MS-Off Ver
    2010
    Posts
    84

    Re: Vlookup single cell value across worksheets.

    Hi Jaime,
    Please try below formula. Only thing is that you need to use ranges from different sheet in your case. Make sure lookup value is not repeated in different ranges. In case if it is repeated it will return value for first search. Attachment has example.
    Thank you.
    "=IFERROR(VLOOKUP(B16,$I$11:$J$16,2,0),IFERROR(VLOOKUP(B16,$N$11:$O$16,2,0),0))"
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    01-31-2017
    Location
    Chester
    MS-Off Ver
    2013
    Posts
    26

    Re: Vlookup single cell value across worksheets.

    Hi, there

    Many thanks for that. And thank you so much for your swift response.

    I'll give it a try.

    Regards,

    Jaime.

+ 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. Replies: 3
    Last Post: 08-16-2016, 07:58 AM
  2. [SOLVED] Use vlookup from single worksheet to update values in multiple worksheets
    By mberow in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-05-2016, 12:48 PM
  3. [SOLVED] vLookup multiple values separated by ";" in single cell / return result in single cell
    By Tunesmith in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-07-2015, 12:02 PM
  4. Trying to create a single PDF from 2 or 3 worksheets depending on a cell value...
    By Legend Rubber in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-09-2015, 01:44 PM
  5. Single Cell, Multiple Worksheets
    By ms.fb in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-29-2014, 12:45 PM
  6. Hide Worksheets when a single cell changes from 1 to 0, Unhide when value changes to 1
    By Craig Gatford in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-15-2012, 01:55 AM
  7. How to sum the values of a single cell from multiple worksheets
    By Ratman in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-21-2005, 05:05 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