how do i multiply a cell by %

S

sanz

i would like to know, how i multiply a cell by %?

ex: 8.41% x $134.70? ( i want to use a formula)
 
F

FSt1

hi,
that would be .0841 * 134.70. if 134.70 was in cell a1, the formula would be
=.0841*A1.

Regards
FSt1
 
Top