J
Jmcb1b
I currently have two formulas that I'm needing to somehow join togethe
but I have not been able to do this legally.
{This formula gives a sum of any time over 8 hours and displays i
using a decimal value.}
My cells are formatted to 0### for cells C10 through F10 and cell H1
is converted to decimal using the formula below.
[this formula located in H10]
=IF((F10-E10)+(D10-C10)>800, (F10-E10)+(D10-C10)-800, 0)/100
{I still needed the above formula to display in quarter hou
increments, ie: .15 = .25, .30 = .50 etc. This was submitted to me b
JanetW and works great seperately when placed in I10}
=TRUNC(H10)+IF(MOD(H10,1)<0.15,0,IF(MOD(H10,1)<0.3,0.25,IF(MOD(H10,1)<0.45,0.5,0.75)))
My problem is that I need to incorprate both of these into one cell bu
I don't know how to go about doing it. I've tried a hundred differen
combinations with no luck. Any help is greatly appreciated and I kno
that this is probably as clear as mud so if you need more informatio
please e-mail me at (e-mail address removed) .
Thanks for all of the help. I'm very pleased with this site and th
assistance that everyone has to offer
but I have not been able to do this legally.
{This formula gives a sum of any time over 8 hours and displays i
using a decimal value.}
My cells are formatted to 0### for cells C10 through F10 and cell H1
is converted to decimal using the formula below.
[this formula located in H10]
=IF((F10-E10)+(D10-C10)>800, (F10-E10)+(D10-C10)-800, 0)/100
{I still needed the above formula to display in quarter hou
increments, ie: .15 = .25, .30 = .50 etc. This was submitted to me b
JanetW and works great seperately when placed in I10}
=TRUNC(H10)+IF(MOD(H10,1)<0.15,0,IF(MOD(H10,1)<0.3,0.25,IF(MOD(H10,1)<0.45,0.5,0.75)))
My problem is that I need to incorprate both of these into one cell bu
I don't know how to go about doing it. I've tried a hundred differen
combinations with no luck. Any help is greatly appreciated and I kno
that this is probably as clear as mud so if you need more informatio
please e-mail me at (e-mail address removed) .
Thanks for all of the help. I'm very pleased with this site and th
assistance that everyone has to offer