Hello,
This is my first time posting to the Alteryx community and I was looking for some assistance. I'm attempting to do a find and replace across multiple columns and want to bring in a numeric value to replace a text value. I'd like to essentially have a lookup performed on 4 different text inputs that contain the lookup text and corresponding value I'd like to replace. I've listed an example below for how my columns look and the 4 different manual input texts I've created.
| AA1 | BB1 | CC1 | DD1 | EE1 | FF1 | GG1 | HH1 | AA2 | BB2 | CC2 |
| Apple | Sugar | Tomato | Milk | Sugar | Tomato | Apple | Sugar | Apple | Tomato | Apple |
| Banana | Salt | Carrot | Juice | Salt | Carrot | Banana | Salt | Banana | Carrot | Banana |
| Orange | Pepper | Bean | Water | Pepper | Bean | Orange | Pepper | Orange | Bean | Orange |
| Kiwi | Sugar | Corn | Soda | Salt | Corn | Kiwi | Pepper | Kiwi | Corn | Kiwi |
| | | | | | | | | | | |
| | | | | | | | | | | |
| Fruit | Value | | Vegetable | Value | | Spice | Value | | Drink | Value |
| Apple | 1 | | Tomato | 10 | | Sugar | 5 | | Milk | 7 |
| Banana | 2 | | Carrot | 8 | | Salt | 4 | | Juice | 5 |
| Orange | 3 | | Bean | 6 | | Pepper | 1 | | Water | 3 |
| Kiwi | 4 | | Corn | 4 | | | | | Soda | 0 |
Any assistance would be very much appreciated!