Skip to main content
Solved

Adding Percentages in formulas

  • April 16, 2020
  • 2 replies
  • 36 views

Forum|alt.badge.img+7

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

Best answer by Mignon_Murphy1

Hey there! Welcome to the community!

A formula like this should work

10 %: (Totals * 0.1) +Totals

20%: ({10%} * 0.1) + {10%}


Thank you that is amazing.

Regards

2 replies

Forum|alt.badge.img+19
  • Inspiring
  • April 16, 2020

Hey there! Welcome to the community!

A formula like this should work

10 %: (Totals * 0.1) +Totals

20%: ({10%} * 0.1) + {10%}


Forum|alt.badge.img+7
  • Author
  • Inspiring
  • Answer
  • April 16, 2020

Hey there! Welcome to the community!

A formula like this should work

10 %: (Totals * 0.1) +Totals

20%: ({10%} * 0.1) + {10%}


Thank you that is amazing.

Regards