What is the best way to pull data from certain columns based upon a specifics within another column - attached is my output sample.
1) I am trying to recreate a "Table" in alteryx, essentially doing a lookup on columns F6-K6 using data from the "E" column.
2) My Excel has =IF(ISNUMBER(FIND($E$10,$G$6)),"-","NOT APPLICABLE") as well
| | | | | | Style (Keep Blank if app) | | MOD | MOD | MOD | MOD |
| | | | | | Department | Fabric Sourcing | Production | Tailoring | Customer Service | Dispatch |
| | | | | | Owner | Ryan | Ryan | Ryan | Ryan | Ryan |
| | | | | | Secondary Owner | Pearl | Pearl | Pearl | Pearl | Pearl |
| | | | | | Fabric Check | Cotton | Denim | Organza | Cotton | Silk |
| | | | | | Fabric | Cotton/Silk | Denim | Cotton/Denim/Organza/Silk | Cotton | Cotton/Denim/Organza/Silk |
| | | | | | Completed by | | | | | |
| OrderID | Name | Cost | Style | Fabric | | 3 | 1 | 5 | 2 | 5 |
| 747380 | Kevin | 1500 | Tops | Cotton | | - | NOT APPLICABLE | - | - | - |
| 747896 | Mark | 1500 | Tops | Denim | | NOT APPLICABLE | - | - | NOT APPLICABLE | - |
| 787985 | Mary | 1000 | Tops | Organza | | NOT APPLICABLE | NOT APPLICABLE | - | NOT APPLICABLE | - |
| 759876 | Rose | 1000 | Bottoms | Cotton | | - | NOT APPLICABLE | - | - | - |
| 758964 | John | 2000 | Bottoms | Silk | | - | NOT APPLICABLE | - | NOT APPLICABLE | - |