Hi all,
I have a table that I would like to add to a Power Query and then:
Thank you in advance for any help you can offer!
I have a table that I would like to add to a Power Query and then:
- filter one of the columns based on values that appear in a column in a separate table in a different worksheet
- add an additional column that gets populated using a lookup against the separate table
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Product Ref | Product Name | Stock Quantity | ||
2 | 101 | ABC | 50 | ||
3 | 104 | DEF | 100 | ||
4 | 102 | GHI | 20 | ||
5 | 109 | JKL | 40 | ||
6 | 110 | MNO | 60 | ||
7 | 103 | PQR | 10 | ||
8 | 106 | STU | 20 | ||
9 | 108 | VWX | 30 | ||
10 | 105 | YZA | 50 | ||
11 | 107 | BCD | 60 | ||
Sheet1 |
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | Product Ref | Category | ||
2 | 101 | C | ||
3 | 102 | B | ||
4 | 103 | A | ||
5 | 104 | D | ||
6 | 105 | B | ||
Sheet2 |
Thank you in advance for any help you can offer!