Okay it is a little ambiguous. I am refining a spreadsheet that illustrates
indivdual production. It has a start time (cell I8) and a finish time (cell
J8). J8 minus I8 is total hours in cell K8. The amount of time to complete
is in decimal fraction form. The time input is in some portugese postal code
form (not my brain child, I just adopted it) to ease the entries on the sheet
(i.e. 0400, 0430, 0015, etc.). The crux of the problem is in cell K8 and
it's formula as follows (J8-I8)/100. This formula works just so long as it
is 60 minutes or more (0215-0315). IF the toal time time to completion is 59
minutes or less the formula must be (J8-I8)/60. I ask of you all, to give me
the correct function and arguements for what seems to be an easy function
that I cannot cypher.