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

Similar Threads

Incorrect Calculation 5
Payroll Question 4
Multiple column comparisons 6
Rounding Effecting Sum 2
Summation Function Sums innacurately 1
Figure Payroll... 4
Balanced formula does not balance 14
Windows XP One total text sum 0

Top