Dave
I'm seeing nothing but the age old rounding problem
Using your cells as an example you have a slight error in what's in them
(At least as I'm seeing it)
D3 = 574.88
D4 = 74.46
D5 = 649.33 (Derived as sum of the above two)
Of course the sum looks wrong, but in fact if you expand the number of
decimal places the data in the two cells is actually 574.875 and 74.455,
which when added together gives the correct answer.
When formatting in Excel it only formats the display, not the underlying
data which is always to a maximum of 15 digits.
To overcome this you can take two courses of action
1) Use the ROUND function to truncate the data to a true number of decimals
2) Set via Tools>Options...>General and check 'Precision as displayed' which
will also truncate the date to what is displayed.
Other than this I see no fundamental issues with the spreadsheet,
calculations, etc.
Clue: The mysterious 0.005 is coming through from your Timesheet sheet.
This is where you should be using ROUND
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
[email protected]