@Art_Cutecake
You can try with:
CEILING(
HOUR(
[end-date]-[start-date]
)/24
)
OR
IFS(
HOUR([end-date]-[start-date])/24 < 1,
1,
TRUE,HOUR([end-date]-[start-date])/24
)
@Art_Cutecake
You can try with:
CEILING(
HOUR(
[end-date]-[start-date]
)/24
)
OR
IFS(
HOUR([end-date]-[start-date])/24 < 1,
1,
TRUE,HOUR([end-date]-[start-date])/24
)
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |