HeRoseInThree
Board Regular
- Joined
- Jan 11, 2018
- Messages
- 106
- Office Version
- 365
- Platform
- Windows
Hey there! I am using Microsoft 365. Could you help write me a excel formula that adds the hours (column q), minutes (column r) and seconds (column s))? Additionally, any seconds that total more than 59 make it a zero and add one minute to the corresponding cell in column r and the same for minutes in column r to hours in column q?
This is what I have and it works on a few rows, but not on all... =IF(OR(Q7="",R7="",S7=""),"",TEXT(Q7+INT((R7+INT(S7/60))/60),"0")&":"&TEXT(MOD(R7+INT(S7/60),60),"00")&":"&TEXT(MOD(S7,60),"00"))
Thanks SO much in advance!!
This is what I have and it works on a few rows, but not on all... =IF(OR(Q7="",R7="",S7=""),"",TEXT(Q7+INT((R7+INT(S7/60))/60),"0")&":"&TEXT(MOD(R7+INT(S7/60),60),"00")&":"&TEXT(MOD(S7,60),"00"))
Thanks SO much in advance!!