Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default number of hours needed

I appreciate your previous help with this time sheet. Now I have total hours
worked. I want to create a formula to show hours needed to work out of 300.
So I tried =300-F23 (which is the cell where my total hours worked is) I get
a very large number. F23 is formatted as [h]:mm;@ and so is my total cell
(F27). I tried formatting F27 as a number and that was wrong too. Thank you
for your help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default number of hours needed

Try

=(300/24)-F23

(format as [hh]:mm

1 = 24 hours in Excel so 300 would be 300*24 hours, thus the number would be
large
so before you do any calculation with decimal and Excel hours you need to
convert them, either the 1st formula I posted or

=300-(F23*24)

formatted as General

note that the latter will give you the answer in decimals

--
Regards,

Peo Sjoblom



"xololady" wrote in message
...
I appreciate your previous help with this time sheet. Now I have total
hours
worked. I want to create a formula to show hours needed to work out of
300.
So I tried =300-F23 (which is the cell where my total hours worked is) I
get
a very large number. F23 is formatted as [h]:mm;@ and so is my total cell
(F27). I tried formatting F27 as a number and that was wrong too. Thank
you
for your help.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default number of hours needed

Try it like this:

=300-(F23*24)

Format the cell as GENERAL or NUMBER

--
Biff
Microsoft Excel MVP


"xololady" wrote in message
...
I appreciate your previous help with this time sheet. Now I have total
hours
worked. I want to create a formula to show hours needed to work out of
300.
So I tried =300-F23 (which is the cell where my total hours worked is) I
get
a very large number. F23 is formatted as [h]:mm;@ and so is my total cell
(F27). I tried formatting F27 as a number and that was wrong too. Thank
you
for your help.



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
wages - multiply hours and minutes by number of hours worked Carol (Australia) Excel Discussion (Misc queries) 6 April 1st 07 01:16 AM
Formula needed for dividing hours by numbers oxicottin Excel Discussion (Misc queries) 4 January 4th 07 11:06 AM
how do i calculate the number of hours between 11:00 am & 4:00 pm connie Excel Worksheet Functions 4 December 22nd 06 01:02 AM
Number conversion to Hours JR Excel Worksheet Functions 2 February 16th 06 07:07 PM
Number of hours worked between 18:00 and 06:00 clobns Excel Worksheet Functions 2 November 4th 05 11:19 PM


All times are GMT +1. The time now is 10:35 AM.

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"