Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do I set up a spread sheet that will add my hours work in h:mm

I want to create a spread sheet that will take the hours i worked in h:mm and
add them together to get how many hours total for the week then i want it to
multiply it by by my hourly rate??? Is this possibly?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default How do I set up a spread sheet that will add my hours work in h:mm

Johnnyboy

Sure

set up your start and finish times in two columns (B2:C8) and in D2 enter

=C2-B2

and copy that down to D8. This gives you a daily total

In C9 enter Total and in D9 enter

=SUM(D2:D8)

format this cell via FormatCells...NumberCustom and enter [hh]:mm. This
gives you the total for the week

Now in C10 enter 'hourly rate' and in D10 enter the hourly rate value.

Now in C11 enter total pay and in D11 enter the formula

=(D9*24)*D10

I hope I got all this right. as I don't have Excel on this machine to test

It does not work for hours which go over midnight. It can be adapted, but
doen't in it's current form

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
HIS


"Johnnyboy7444" wrote in message
...
I want to create a spread sheet that will take the hours i worked in h:mm
and
add them together to get how many hours total for the week then i want it
to
multiply it by by my hourly rate??? Is this possibly?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default How do I set up a spread sheet that will add my hours work in h:mm

fairly easy

set up a column for start time (A1 for example), stop time (B1 ), worked (C1)
pay(D1)

enter 8:30 for 8:30 am in A
enter 16:40 for 4:40pm in B
enter B2-A2 in C2 form the cells in this columns h:ss
then in D2, multiply C2 by your rate 10 (for $100/hr) * 24 to get the correct
rate , =C2*10*24 and format it as a number or currency





--


Gary


"Johnnyboy7444" wrote in message
...
I want to create a spread sheet that will take the hours i worked in h:mm and
add them together to get how many hours total for the week then i want it to
multiply it by by my hourly rate??? Is this possibly?



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
Computor would not save spread sheet and lost my unsaved work Tammy Excel Discussion (Misc queries) 1 February 25th 10 07:13 PM
Spread Sheet Employee Hours Issue Kelsey Excel Worksheet Functions 7 January 12th 07 12:09 PM
how do i enter a bull call spread into the options spread sheet ? alvin smith Excel Worksheet Functions 0 November 27th 06 01:23 AM
Apply a macro to all sheets - save me from hours and hours of work Excel'ed Failures Excel Programming 3 January 30th 06 05:48 PM
calculate hours on work sheet monish74 Excel Worksheet Functions 2 February 12th 05 02:34 AM


All times are GMT +1. The time now is 04:43 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"