Lookup not retrieving the exact phrase for the row

Hi
I have an โ€˜ordersโ€™ table with SKU column, and an โ€˜inventoryโ€™ table with a matching SKU column and a weight column. I built a virtual column in the โ€˜ordersโ€™ table and trying to retireve the correct weight for each order using the lookup expression, in excel I would use vlookup.
it is retriveing the first wieght in the table for all the rows and not the correct answer for each SKU
What am I doing wrong?
this is my formula:
lookup([sku],inventory,sku,weight)

Solved Solved
0 4 177
1 ACCEPTED SOLUTION

Hi @Amitai_Hirshman
Check out SUM(SELECTโ€ฆ You will find lots of examples if you search the forum or

View solution in original post

4 REPLIES 4

Hi @Amitai_Hirshman
Check out SUM(SELECTโ€ฆ You will find lots of examples if you search the forum or

Thanks!

Read the โ€œTroubleshootingโ€ section in the bottom half of this article. That should explain to you exactly what to change and why.

perfect, Thanks!

Top Labels in this Space