Dear all,
I am hoping someone can help resolved some issues with my spreadsheet.
So if D5=12:00PM and E5 = 12:00AM giving me a total of 12 hours
The formula i am using is
=IF(COUNT(D5:E5)=2,IF(MOD(E5-D5,1)*24<=5,MAX(0,ROUND((MOD(E5-D5,1)-30/1440)*24,2)),MOD(E5-TIME(1,0,0)-D5,1)*24),"")
This...