Apr 15, 2020 07:16 PM
I need a field to add 10% to the previous totals column and then another field that adds 20% to the previous, my experience in formulas is basic +,-,x & divide, and I cannot find the simple solution yet, please help
Solved! Go to Solution.
Apr 16, 2020 01:53 AM
Apr 16, 2020 12:30 AM
Hey there! Welcome to the community!
A formula like this should work
10 %: (Totals * 0.1) +Totals
20%: ({10%} * 0.1) + {10%}
Apr 16, 2020 01:53 AM
Thank you that is amazing.
Regards