Did not know if you could help me with this formula? I would appreciate it. Just can’t seem to get it right.
I am trying to only count the hours between 8-5 and sometimes it will need to read different dates.
Example one
|
Column BF: 6/19/14 7:17PM
|
Column BG 6/19/14 4:16PM
|
Column BH
3.03
|
|
I want it to only ready .73 which is 47 minutes / 60 minutes to give me the cycle time. The formula that I have now to get the 3.03 is =INT(BF20-BG20)*24+(((BF20-BG20)-INT(BF20-BG20))/0.04166666)
Example two:
|
6/19/148:23AM
|
6/18/14 :31PM
|
16.87
|
But I need it to only account from 3:31 on the 18th to 5:00 and then pick back up at 8:00 am on the 19th?