View Single Post
  #1   Report Post  
Kymm
 
Posts: n/a
Default How do you perform a two-column lookup?

I am trying to do a lookup using 2 columns. Example would be

SKU Warehouse Qty
13 CA 15
14 CA 30
15 CA 18
13 HN 10
14 HN 5

I want to be able to pull the qty for any given SKU Warehouse combination.

Any help would be great.