Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I am using an Excel spreadsheet for a payroll function that relies on
seperate formulas to calculate personal services and mileage reimbursement. The two areas are paid with different checks so they need to be seperate. However, in order to balance there must also be a calculated total. I formated the cells so 'currency' is used and two decimal points are displayed. But, when the two cells are summed, they are summed on actual values and not the displayed rounded values. The problem is obvious . . . you cannot pay someone $57.125 so it needs to be rounded to a paid amount of $57.13 . . . but how do I get Excel to sum on $57.13 and not $57.125? Thanks for any help or suggestions. |
#2
![]() |
|||
|
|||
![]()
=SUM(ROUND(A1:A20,2))
which is an array formula, so commit with Ctrl-Shift-Enter. -- HTH RP (remove nothere from the email address if mailing direct) "Federali" wrote in message ... I am using an Excel spreadsheet for a payroll function that relies on seperate formulas to calculate personal services and mileage reimbursement. The two areas are paid with different checks so they need to be seperate. However, in order to balance there must also be a calculated total. I formated the cells so 'currency' is used and two decimal points are displayed. But, when the two cells are summed, they are summed on actual values and not the displayed rounded values. The problem is obvious . . . you cannot pay someone $57.125 so it needs to be rounded to a paid amount of $57.13 . . . but how do I get Excel to sum on $57.13 and not $57.125? Thanks for any help or suggestions. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Zero values in a log chart | Charts and Charting in Excel | |||
Is there a way to convert a EXCEL form into a WORD form? | Excel Discussion (Misc queries) | |||
Data Form Deletions | Excel Discussion (Misc queries) | |||
Second serie doesn't use X-as values | Charts and Charting in Excel | |||
Trying to delete form border, and it deletes all borders | Excel Discussion (Misc queries) |