Using percentages

R

Rob Sitter

Hi there... I am trying to calculate percentages of a
number to calculate vacation pay... WHICH function would I
use to do that?

For example:

John makes $2200.00/2 weeks, I want to use the autosum
function to figure out and keep updating 4% of that number.

Thanks,

Robert M. Sitter
 
B

Biff

Hi!

Just multiply the number by the percentage:

=2200*.04
=A1*.04
=A1*B1

Or, am I missing something?

Biff
 
Top