Percentage calculation

R

Roz

In G18, I want this cell to calculate 10% of the number in H17. How can
I make a formula for this? I try to simply put in =H17(0.1), but it
gives me a
!REF error. Thanks.
 
S

Stephen

Roz said:
In G18, I want this cell to calculate 10% of the number in H17. How can
I make a formula for this? I try to simply put in =H17(0.1), but it
gives me a
!REF error. Thanks.

=H17*0.1
or
=H17/10
 
B

BenjieLop

Roz said:
In G18, I want this cell to calculate 10% of the number in H17. How can
I make a formula for this? I try to simply put in =H17(0.1), but it
gives me a
!REF error. Thanks.

*=0.1*H17* is your formula.

Regards.
 
Top