Hi,
I need to divide variance for Current year vs previous year sales with previous year sales and the output should in % form. Based on this % I require to calculate another formula as variance between CY & PY GM multiplied by the above output.
I tried using the formula below but the output is text and hence the second formula results in error:
First formula: Tostring([Sales Variance MTD]/[Net_Sales_Aug_2018])*100,2)+'%'.
If I simply remove the string it gives pure number which is not useful for calculating the second formula.
Second formula: [GM Variance MTD]*(1+[Sales Variance MTD in %])
I am attaching the excel working file with actual formulas for reference
Is there a way to calculate this with the help of alteryx?