Payroll - drop partial pennies

  • Thread starter Thread starter Ted Dawson
  • Start date Start date
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?
 
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

Similar Threads

=sum problem 3
Stop Rounding Currency 20
Calc sometimes off by a penny 5
Excel Formula or equation 3
Sum totals - Help 1
AutoSum Value Incorrect 1
Calculating payroll cost 1
formula help 8

Back
Top