Hi All,
I have a simple four question survey, but the result relies on multi-step calculations at the end, before providing two results. I’ve made custom variables for each factor, but at times two variables equal a third needed in a later calculation step, which is the bit I can’t seem to make possible. Here’s the current math:
Q3 x Q4 = CustVariable2
Q3 - CustVariable2 = CustVariable3
CustomVariable3 / Q2 = CustVariable4
Q3 / CustVariable4 = CustVariable5
Result 1 = CustVariable5 - Q2
Result 2 = CustVariable5 x Q1
Any help would be greatly appreciated!