Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,564
- Office Version
- 365
- 2016
- Platform
- Windows
Cell Formulas | ||
---|---|---|
Range | Formula | |
C47 | C47 | =B47 |
H47 | H47 | =B47+(7/24) |
I47 | I47 | =B47+(15/24) |
J47 | J47 | =(I47-H47)*24 |
Considering the data above, I am struggling to find a solution to reduce the value (hours) in J47 by 30 minutes.
I have tried both
Code:
=((I47-H47)*24)-time(0,30,0)
=((I47-H47)*24)-(30/1440)