Forum Discussion

ChReed's avatar
ChReed
Copper Contributor
Jul 29, 2024
Solved

VLOOKUP Issue, But on one item in the lookup table

I am working on refreshing my memory of Excel, as I have been using Libre for a few years now.  I am working on sample data that has a Discount level.  I did some Pivot Tables and decided that I want...
  • ChReed It seems likely that you want an exact match of your lookup value, so you should change your formula to this:

     

    =VLOOKUP(E470,VLUPTables!$A$2:$B$5,2,FALSE)

     

    FALSE at the end means that it needs to find an exact match. Without that, you would need to sort your data in ascending order.

Resources