+ Reply to Thread
Results 1 to 6 of 6

VLOOKUP help

  1. #1
    Registered User
    Join Date
    07-09-2016
    Location
    Sydney, Australia
    MS-Off Ver
    2010
    Posts
    7

    VLOOKUP help

    I need a formula to do the following:

    After entering a numerical code on sheet1 column B, automatically look at a list on sheet 4 column D to see if it already exists.

    If it does exist, copy the corresponding code 'value' to columns C on sheet1.
    If it does not exist, return a value FALSE.

    I tried a VLOOKUP function however I get a circular reference warning
    =VLOOKUP(B5,Ledger!B:D,2,FALSE)

    I have a copy of the workbook on Google Drive:
    https://drive.google.com/file/d/0B1E...ew?usp=sharing

    ...and an image of the
    https://drive.google.com/open?id=0B1...0pzWHJKbUF4Vjg


    Please note that I did not write the posted Excel worksheet and I'm trying to modify it so that it works better with my workflow.
    I'd like to know how to fix this but also know why my above logic is so wrong :-/.

    Thanks!
    Cindy
    Last edited by bmanager; 07-10-2016 at 08:40 AM.

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

    Re: VLOOKUP help

    Your sheet 4 is called "Raw Lists", so I would think your VLOOKUP should be matching to there.

    =VLOOKUP(B5, 'Raw Lists'!B:D, 2, FALSE)
    _________________
    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!)

  3. #3
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: VLOOKUP help

    Hi bmanager,

    Your circular reference warning is due to you trying to pull data from the same spot that you want your data to be shown.

    Change "Ledger!" to "Raw List!"

    Use this formula in C5:

    Please Login or Register  to view this content.
    Hope this is helpful.

    Cheers

  4. #4
    Registered User
    Join Date
    07-09-2016
    Location
    Sydney, Australia
    MS-Off Ver
    2010
    Posts
    7

    Re: VLOOKUP help

    Thank you. This makes sense.

  5. #5
    Registered User
    Join Date
    07-09-2016
    Location
    Sydney, Australia
    MS-Off Ver
    2010
    Posts
    7

    Re: VLOOKUP help

    Thank you. This worked perfectly...appreciate your help very much! :-)

  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: VLOOKUP help

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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: 0
    Last Post: 12-26-2013, 01:12 PM
  2. Display Cell within VLookup range that excel thinks matches the VLookup Value
    By headachexcelperson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-04-2013, 04:56 PM
  3. [SOLVED] Vlookup is not working and giving =vlookup(B2,$T$2:$U$135,2,false) this kind of values.
    By yogeshsharma1981 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-09-2013, 04:08 PM
  4. how to bring all vlookup returns even with duplicate vlookup search keys
    By NYC4LIFE in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-06-2013, 04:53 PM
  5. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  6. Replies: 5
    Last Post: 07-29-2009, 07:53 AM
  7. 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