Hi,
I am trying to automate a workflow and would like to use Alteryx instead of VBA to do it if possible.
Basically I have a Cost Model for a product that has been built in excel. This cost model takes about 15 different inputs from the user to calculate 10 different outputs/costs.
When using the cost model I will usually run many different scenarios of those 15 inputs. This can get tedious to manually input all these permutations and then copy and paste their outputs into a table report.
Is it possible to "Input" the scenarios of inputs I would like to run into Alteryx, then have Alteryx take those inputs and run them in the excel file and copy the output from the excel back into a a table in Alteryx.
Essentially I want to use Alteryx to handle all the scenarios of inputs, use excel for the calculations and use Alteryx to report the outputs.
Visual summary:
1. I upload a table with all the scenarios of inputs I want to run.
| Scenario | Input 1 | Input... | Input 15 |
| 1 | Yes | | 10 |
| 2 | No | | 20 |
| ... | | | |
2. Alteryx takes inputs and plugs them into the Excel Cost Model.
3. Alteryx then copies the outputs from the excel model back into Alteryx.
| Scenario | Input 1 | Input... | Input 15 | Output 1 | Output... | Output 10 |
| 1 | Yes | | 10 | 100 | | 300 |
| 2 | No | | 20 | 200 | | 350 |
| ... | | | | | | |
Any insights on the possibility or perhaps the tools that would be required would be much appreciated. I know this looks like it may be easier to just run in VBA, however I have simplified the workflow here substantially for explanation purposes. In reality the workflow involves a number of separate cost models all with different kinds inputs and manipulations to the outputs afterwards. I see Alteryx being a better long run solution for automations here and ultimately these cost models will be transitioned from excel to Alteryx anyways.
Thanks!