want to show 10% of one cell in another cell

S

Satti Charvak

Say, you have data in cell a1, you can use the formula

=A1*10%

if you want to add 10% to a1 then the formula become

=A1+A1*10%
 
Top