Hi all,
im struggling with this one a bit.
I have 2 tabs with almost the same data, except my Tab2 contains more complex calculations to get a result. That result (in column C) i want to place on TAB 1 (same column).
I would like to perform an X Lookup, that says - Lookup the SKU in Tab1, A1, and make sure that it matches B2 on the same row, then produce the result from column C.
TAB 1
TAB 2
im struggling with this one a bit.
I have 2 tabs with almost the same data, except my Tab2 contains more complex calculations to get a result. That result (in column C) i want to place on TAB 1 (same column).
I would like to perform an X Lookup, that says - Lookup the SKU in Tab1, A1, and make sure that it matches B2 on the same row, then produce the result from column C.
TAB 1
SKU | Location | January Sales QTY |
Car-123 | USA | Return figure from Tab 2 |
Car-123 | Canada | Return figure from Tab 2 |
Car-456 | USA | Return figure from Tab 2 |
Car-456 | Canada | Return figure from Tab 2 |
TAB 2
SKU | Location | Jan Sales QTY |
Car-123 | USA | 125 |
Car-123 | Canada | 667 |
Car-456 | USA | 441 |
Car-456 | Canada | 335 |