I got two sheets in my google spreadsheet:
In "MC i got a column with different Item Names. I need to find the matching ID from sheet "Items". Created a vlookup for it, but cant get it to work - everything looks okay to me.
Link to sheet: https://docs.google.com/spreadsheets/d/1Yif8Cf1g1pPI38YFCffDKQ1tE-08SWPSfRAv-TdWXTw/edit?usp=sharing
=VLOOKUP(B2,Items!$A$2:B,2,false)
What am I doing wrong here?