View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Christopher Christopher is offline
external usenet poster
 
Posts: 21
Default Convert decimal days to hours and minutes

I need a function to convert decimal DAYS to display "X hr(s), X min(s)".

I currently have a function that converts decimal days to hours, as such:
=ROUNDDOWN((A1)*24,1)&" hours"
so with a given input of, for example:
..2 = 4.8 hours
..5 = 12 hours, etc.

I would like to have a function that's a bit more human readable, as 4.8
hours doesn't mean 4hr 48min to most people.