+ Reply to Thread
Results 1 to 2 of 2

lookup misses the first entry in table

  1. #1
    Spunky
    Guest

    lookup misses the first entry in table

    If I insert a row with a number less than 074 first, the 074 does as I expect
    on my spreadsheet. However, if I have it as is below, any lookup to 074
    returns n/a, however the rest of the numbers below return as I expect. What
    am I missing in order to not put in a line I really don't need?

    ISBN Category
    074 Books
    078 Books
    088 Books



  2. #2
    LanceB
    Guest

    RE: lookup misses the first entry in table

    use vlookup or hlookup

    vlookup(lookupvalue,rangeToLookup,columnTo_lookup,false)
    The false indicates the lookup range is not in order.
    Lance


    "Spunky" wrote:

    > If I insert a row with a number less than 074 first, the 074 does as I expect
    > on my spreadsheet. However, if I have it as is below, any lookup to 074
    > returns n/a, however the rest of the numbers below return as I expect. What
    > am I missing in order to not put in a line I really don't need?
    >
    > ISBN Category
    > 074 Books
    > 078 Books
    > 088 Books
    >
    >


+ 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