Thread
: [Solved]
Convert whole number to hours and minutes and remove 0 hours or minutes
View Single Post
11-05-2025, 07:36 AM
MishkaGrizzly
Windows 11
Office 2021
Novice
Join Date: Nov 2025
Posts: 4
I believe I solved my own question!
{IF {=INT(«Minutes»/60)} > 0 {=INT(«Minutes»/60) \# "0' hr '"}}
{IF {=MOD(«Minutes»,60)} > 0 {=MOD(«Minutes»,60) \# "0' min'"}}
Might not be best way, but it seems to work
MishkaGrizzly
View Public Profile
Find all posts by MishkaGrizzly