Hello everyone, I am trying to calculate bonuses for employees based on unit sales and gross profit achievement compared to the forecasted sales and gross profit.
I am unsure of how to go about this while avoiding a terribly long if statement in the formula tool. I have both the forecasted and achieved values for the gross profit and the unit sales as an input into the table with store name, forecasted gross profit, forecasted unit sales, actual gross profit, and actual sales as column headers.
Attached is a screenshot of the table that we currently use to calculate bonuses manually in excel. If anyone knows how to go about calculating this in Alteryx, any help would be appreciated!
Solved! Go to Solution.
@MarcoBigio
We can use transpose tool to change your Excel look table to a index then append your store input.
Thank you so much!!