+ Reply to Thread
Results 1 to 7 of 7

Vlookup across two sheets

  1. #1
    Registered User
    Join Date
    07-14-2014
    Location
    nyc
    MS-Off Ver
    2003
    Posts
    74

    Vlookup across two sheets

    Is there a way to make this code

    Please Login or Register  to view this content.
    Return the corresponding information? I'm just getting the word "FALSE" even though the value is found on the 'NY' tab. Is there something wrong with the code?

    Thank you!

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Vlookup across two sheets

    Application.WorksheetFunction.Vlookup

    and error trap it
    Hope this helps

    Sometimes its best to start at the beginning and learn VBA & Excel.

    Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
    Available for remote consultancy work PM me

  3. #3
    Forum Contributor stephenloky's Avatar
    Join Date
    07-10-2013
    Location
    Sao Paulo - Brazil
    MS-Off Ver
    Excel 2007
    Posts
    146

    Re: Vlookup across two sheets

    Please Login or Register  to view this content.
    Try to do this (should not be the 3 column 2 as well?)
    "The quieter you become, the more you are able to hear"

    Any reputation (*) points appreciated.

    "If you know yourself but not the enemy, for every victory gained, you will suffer defeat."

  4. #4
    Registered User
    Join Date
    07-14-2014
    Location
    nyc
    MS-Off Ver
    2003
    Posts
    74

    Re: Vlookup across two sheets

    I have excel 2003, will that still work?

  5. #5
    Registered User
    Join Date
    07-14-2014
    Location
    nyc
    MS-Off Ver
    2003
    Posts
    74

    Re: Vlookup across two sheets

    I essentially want the function to do a vlookup through 2 sheets instead of just one sheet

  6. #6
    Valued Forum Contributor
    Join Date
    09-21-2011
    Location
    Birmingham UK
    MS-Off Ver
    Excel 2003/7/10
    Posts
    2,188

    Re: Vlookup across two sheets

    if(isna(vlookup(sheet1)),vlookup(sheet2),vlookup(sheet1))

    like that.

  7. #7
    Registered User
    Join Date
    07-14-2014
    Location
    nyc
    MS-Off Ver
    2003
    Posts
    74

    Re: Vlookup across two sheets

    Could you help me break down what that formula is saying so I can understand it? This is pretty much what i'm looking for I think, but I may need to modify it a bit
    Thank you!

+ 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. VLOOKUP with different sheets
    By bryan444 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-05-2012, 10:59 AM
  2. Replies: 8
    Last Post: 03-30-2011, 11:09 AM
  3. Vlookup across sheets, nested Vlookup possibly?
    By paid2mkgrlspanic in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-09-2009, 05:10 PM
  4. Vlookup sheets
    By tonijel in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-15-2008, 06:59 PM
  5. vlookup function-Can vlookup command find the data from the 5 sheets.
    By Rishab shah in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 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