Hello. I have a workbook I created to track break times at my work. I have a column of times in a workbook in the custom format [h]:mm:ss. Example 0:06:00 for six minutes. This column tells us how long the person went over the required break time. I would like to, in another column display this in words such as "6 minutes". I know using something like this (=MINUTE(N29)&" minutes") works. However, I would like to include the hours if there are any and if there are not any hours then not include them. For example, if a time is 1:24:45 I would like it to show 1 hour and 24 minutes. In the case of 0:06:00 I do not want it to say 0 hours and 6 minutes. How could I create a formula for excel to identify if there is an hour or not for this?