View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Stephen
 
Posts: n/a
Default Percentage calculation

"Roz" wrote in message
...

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