G
Guest
Time formula. J8-I8. In K8(If J8-I8>=59/60 if <=60/100)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Rookie said: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 must find how to make
these two conditional variations work in one formula.
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 completed
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 must find how to make
these two conditional variations work in one formula. I've tried IF, SUM,
SUMIF ad infinitum. I am unsophisticated in Excel, a novice at best so just
because i tried these functions doesn't mean I did their inputs correctly. 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.
[....]
Sandy said:Just another option:
(J8-I8)/(100*(0.6^(J8-I8<60)))
. Here's theSandy said:Actually, for the sake of the archives if for no other purpose, I think that
I was doing myself a disservice because my methodology in timing the
formulas was flawed.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.