Kenjiorson
New Member
- Joined
- Oct 25, 2023
- Messages
- 16
- Platform
- Windows
Will write down my formula here as i am not able to use the upload mini-sheet.
Cell E5 auto add minutes from cell D5 when cell C5 input either 1 or 2.
1 is auto add 45 minutes and 2 is 90 minutes, 1 formula is in cell E1 and 2 is in cell E2.
Cell E1 - =Time(0,45,0)
Cell E2 - =Time(0,90,0)
Cell E5 - =IF($C5=1,$D5+$E$1,IF($C5=2,$D5+$E$2,$D5))
Thanks to GuzmanServices for the great help on cell E5 formula
It works on some cell like D7,
But D1 and D2 have issues
I tried out some number and it only work on whole number like,
eg 11pm, 3pm and 7pm.
If have hour and minutes, won't work. e.g 10.10am, 4.30pm and 7.05pm.
what formula should i edit or redo?
thanks in advance!