Forum Discussion
_jwalker
Apr 11, 2019Copper Contributor
Adding x% to a total
I'm attempting to add a certain percentage to a total product, for instance: cell 1A is the multiplier to a sum in cell 1B; "2 x 10" cell 1C is the product of 1A x 1B; "2 x 10 = 20" I would like c...
Twifoo
Apr 11, 2019Silver Contributor
To add 20% to the total in C1, the formula in D1 can be:
=C1*1.2
=C1*1.2