R Rhon Alvarez Member Mar 12, 2025 #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.
R Rhon Alvarez Member Mar 13, 2025 #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 Mar 13, 2025 #5 p45cal said: Also Code: =(D2-C2+(D2<C2))*24 Click to expand... thanks @p45cal a much concise formula