K
kgs
Please help,
I'm trying to add currencies that were the result of hours multiplied by
rate but the sum is not comimg out quite accurate. Eg:
hour rate total
8:10 $7.50 $61.25
8:45 $7.50 $65.63
4:05 $7.50 $30.63
7:25 $7.50 $55.63
10:09 $7.50 $76.13
2:58 $7.50 $22.25
7:25 $7.50 $55.63
10:09 $7.50 $76.13
2:58 $7.50 $22.25
$465.50
function for hour :=+(C4-B4)-D4 (which is the result of previous calculation
not shown)
no function for rate cells - just number put into cell
function used for total: =PRODUCT(E4:F4)*24 (where E4 is hour and F4 is
rate)
As you can see the column for total is incorrect and I can't seem to remedy
this.
Thanks in advance
Geo.
I'm trying to add currencies that were the result of hours multiplied by
rate but the sum is not comimg out quite accurate. Eg:
hour rate total
8:10 $7.50 $61.25
8:45 $7.50 $65.63
4:05 $7.50 $30.63
7:25 $7.50 $55.63
10:09 $7.50 $76.13
2:58 $7.50 $22.25
7:25 $7.50 $55.63
10:09 $7.50 $76.13
2:58 $7.50 $22.25
$465.50
function for hour :=+(C4-B4)-D4 (which is the result of previous calculation
not shown)
no function for rate cells - just number put into cell
function used for total: =PRODUCT(E4:F4)*24 (where E4 is hour and F4 is
rate)
As you can see the column for total is incorrect and I can't seem to remedy
this.
Thanks in advance
Geo.