I have a use case where currently business is just using a quick excel template to calculate commission.
Input number and voila - it runs the calculation and produces a result.
I know I could solve by putting the calculation tables in alteryx and putting in the formulas to calculate however..
My question is - is there an easier way to do this? Is there a way to bring in the excel document edit the input number and extract while maintaining the formulas?
Experimenting - I realize if I output to xslx I lose my formula logic.
A different strategy I used was to output it just to specific cells in the excel document. This worked if I link it up but breaks excel if you try to override an existing formula.
Is there a way around this perhaps with Blob tools or is there any tricks I am not aware of?
This is more proof of concept than direct issue I'm trying to solve,
Excel attached - the example we would want to change Cell B2 to some other number - say 5000
Thanks,