Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default Express Hours in Days Q

My formula below returns a value of 190 hrs 46 min, however what I am
trying to do is express this in days, if each day = 8 hrs, I'm
expecting approx 24 days to be returned. How can I do this? I've tried
formatting, dividing by 8 etc but cannot work it out

=((((((60*8)/1440)-I14))*I6))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default Express Hours in Days Q

Just figured it out, I think

=(((((((60*8)/1440)-I14))*I6))/(60*8))*1440

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Express Hours in Days Q

You didn't tell us what is in I6 or I14 when you got your 190 hrs 46 min
answer nor how the cell is formatted, but if your answer is really in hours
(I'm assuming the Formula Bar is showing 190.766666666666667), why not
simply divide it by 8 (perhaps rounding up depending on what you want to do
with fractional day amounts that result from the division) to get how many
8-hour days that is equivalent to?

--
Rick (MVP - Excel)


"Seanie" wrote in message
...
My formula below returns a value of 190 hrs 46 min, however what I am
trying to do is express this in days, if each day = 8 hrs, I'm
expecting approx 24 days to be returned. How can I do this? I've tried
formatting, dividing by 8 etc but cannot work it out

=((((((60*8)/1440)-I14))*I6))


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Converting total number of hours (24 hours) into days MV Rao Excel Discussion (Misc queries) 1 January 24th 08 12:50 PM
Display Sum of hours as an equivalent in days and hours Yipeeee Excel Discussion (Misc queries) 2 December 17th 07 02:03 PM
Convert days in decimal to days:hours:minutes Todd F. Excel Worksheet Functions 7 March 16th 06 07:17 PM
Convert decimal days to Days,hours, minutes Todd F. Excel Worksheet Functions 3 March 14th 06 03:38 PM
Problem converting Hours to Days, Hours, Minutes Zyzzx Excel Worksheet Functions 4 October 24th 05 04:19 PM


All times are GMT +1. The time now is 08:39 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"