Forum Discussion
Calculation returns wrong value
- Jun 15, 2021I suspect H33 is not 0.18, but 0.18333333 (11 minutes). Regardless of how you format the cell, it doesn't change the actual value of the cell contents.
Try: =Round(H33,2)*G34
Try: =Round(H33,2)*G34
- Jenni58Jun 16, 2021Copper ContributorThanks....this worked. I had to copy the "value" of H33 (it was built on evaluating other cells) into the next cell and round that. Very frustrating to understand why, and make me lose trust in Excel calculations....
- JoeUser2004Jun 15, 2021Bronze Contributor
[.... withdrawn to avoid confusion ....]
- JMB17Jun 15, 2021Bronze Contributor
Yes, I am assuming the OP knows whether or not the desired result follows company policies and applicable federal/state laws. I'm not a legal expert, but from what I've read regarding the DOL policies on rounding, they look for rounding practices to be consistent and neutral. For example, if an employee clocks in at 8:08, you may round up to 8:15, but to be fair you must round down if they clock in at 8:07. It's a clear violation if you always rounded down (i.e. not neutral). So, over time, a consistent rounding practice should average out and the employee would end up being paid for all time actually worked (from what I've read, the DOL has indicated it would accept rounding up to 30 minutes as long as the rounding averages out, so rounding to 2 decimals appears reasonable).
None of which is a legal opinion, of course, I'm just saying I don't see any obvious issue with it.- Jenni58Jun 16, 2021Copper ContributorThank you for your insight