+ Reply to Thread
Results 1 to 3 of 3

vlookup keeps returning #ref

  1. #1
    Forum Contributor
    Join Date
    06-23-2007
    Posts
    690

    vlookup keeps returning #ref

    hi gents

    i have a drop down list in cell b16 which then corresponds with what to bring up in the next drop down list in cell d29
    this works fine

    i then have this formula thanks to daddylonglegs
    Please Login or Register  to view this content.
    in cell c29

    and then this formula in cell b29
    Please Login or Register  to view this content.
    but in cell b29 all i keep getting is #ref

    why is this and how do i stop it
    i have followed what i can with office help
    and enabled iterative calculation but to no avail

    basically in cell b85 is the word im looking for in cell d29
    then in c85 i have qty that they come in
    d85 i have the product code
    and e85 i have the price
    Last edited by stevesunfold; 11-23-2008 at 09:36 AM.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606
    In this statement you're asking Excel to look in column 3 of the lookup range which is only two columns wide (B:C)

    VLOOKUP($d29,$B:$C,3,0)

  3. #3
    Forum Contributor
    Join Date
    06-23-2007
    Posts
    690
    Thanks stephen
    stupid me

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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