Looking to make a fraction of an hour format with commas I've tried to format but couldn't figure out how, if anyone can help it would be appreciated
Like Hour,FractionOfHour
New Image:
CodePudding user response:
duration:
=IFERROR(1/(1/(SUM(F3:J4)/60/24)))
decimal:
=IFERROR(1/(1/(SUM(F3:J4)/60)))