Hi,
I have this case:
| item1 | item2 | | | | item1 | item2 | value |
| A | B | | | | A | B | 1 |
| A | C | | | | A | C | 2 |
| A | D | | | | A | D | 3 |
| M | B | | | | M | B | 4 |
| M | C | | | | M | C | 5 |
| M | D | | | | M | D | 6 |
How can I vlookup value for A if item 2 is B so I have the result 1, if item 2 is C the result is 3, item 2 is D the result is 3 and similar for M. What is the tool that I can apply in Alteryx?
Thanks
Phuong