Forum Discussion

Jenni58's avatar
Jenni58
Copper Contributor
Jun 15, 2021
Solved

Calculation returns wrong value

Simple calculation but returns wrong value. =H33*G34         H33 is overtime hours, formatted as number, 2 decimals  (.18)        G34 is payrate, formatted as Accounting, 2 decimals ($21)    The ...
  • JMB17's avatar
    Jun 15, 2021
    I 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

Resources