Payroll - drop partial pennies

T

Ted Dawson

I'm trying to do payroll.. one of the cells calculates the Medicare amount
(=J3*0.0145) and correctly displays the amount (for example: $16.54). But
when I sum the column, excel adds all the digits that are greater than the
two digits, and therefore adds a penny or two to the total. How do I get
excel to NOT add the amounts greater than 2 digits to the right of the
decimal?
 
P

Pete_UK

Change your first formula to:

=ROUNDDOWN(J3*0.0145,2)

and then copy this down as appropriate.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top