Thread
:
Time format
View Single Post
#
1
Posted to microsoft.public.excel.programming
NoodNutt
external usenet poster
Posts: 221
Time format
G'day PD
Assume:
A1 = Start Time 'Format h:mm
B1 = Finish Time ' Same format
C1=IF(A1="","",MOD(B1-A1,1))
Change cell references to suit
Copy down as required
HTH
Mark
Reply With Quote
NoodNutt
View Public Profile
Find all posts by NoodNutt