R Rhon Alvarez Member Wednesday at 6:31 AM #1 Hi Team, would like to seek assistance in proper computation of time to avoid having negative value when the time factor includes change in date. please see attached file and screenshot below. thanks in advance. Attachments Book1.xlsx 9.3 KB · Views: 3
Hi Team, would like to seek assistance in proper computation of time to avoid having negative value when the time factor includes change in date. please see attached file and screenshot below. thanks in advance.
AliGW Well-Known Member Wednesday at 6:51 AM #2 In E2 copied down: =IF(C2>D2,((1-C2)+D2)*24,(D2-C2)*24)
R Rhon Alvarez Member Thursday at 3:11 AM #4 AliGW said: In E2 copied down: =IF(C2>D2,((1-C2)+D2)*24,(D2-C2)*24) Click to expand... Thanks @AliGW this is awesome!
AliGW said: In E2 copied down: =IF(C2>D2,((1-C2)+D2)*24,(D2-C2)*24) Click to expand... Thanks @AliGW this is awesome!
R Rhon Alvarez Member Thursday at 3:13 AM #5 p45cal said: Also Code: =(D2-C2+(D2<C2))*24 Click to expand... thanks @p45cal a much concise formula