Thread
:
Program with Hours
View Single Post
08-20-2017, 06:27 AM
NoSparks
Windows 7 64bit
Office 2010 64bit
Excel Hobbyist
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
In D1 this should also look after time that crosses midnight.
=IF(OR(A1="",B1=""),0,IF(OR(C1="x",E1="x"),(((B1-A1)+(B1<A1))*24)-0.5,((B1-A1)+(B1<A1))*24))
NoSparks
View Public Profile
Find all posts by NoSparks