Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default HELP w/ auto calcualting timesheet

Im horrible in math...and don't understand formulas very well either. takes
me forever to do it manually...I never understood how to count time/hours
very well...(I'm a right brainer!! LOL)

could someone plse give me an easy to understand way how to autocalculate my
timesheet???

takes me forever to do it manually...I never understood how to count
time/hours very well...(I'm a right brainer!! LOL)

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 174
Default HELP w/ auto calcualting timesheet

Hi,

Well, sum should do it.

Suppose you have following data:
A1: 01:30
A2: 04:45
A3: 02:15
A4: =sum(A1:A3) = 08:30

To keep the result in hh:mm format even when greater then 24:00, format A4
with customer format [hh]:mm or [h]:mm

Wkr,

JP



"Empress" <u54241@uwe wrote in message news:9b1468333d54e@uwe...
Im horrible in math...and don't understand formulas very well either.
takes
me forever to do it manually...I never understood how to count time/hours
very well...(I'm a right brainer!! LOL)

could someone plse give me an easy to understand way how to autocalculate
my
timesheet???

takes me forever to do it manually...I never understood how to count
time/hours very well...(I'm a right brainer!! LOL)



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default HELP w/ auto calcualting timesheet

Well, I'm assuming you have some sort of start/stop log. Let's say that you
input the time you start in A2, A3, A4, etc. and time stopped in B2, B3, B4,
etc.
To calculate time taken, in C2, input:
=B2-A2
Format cell to display time, if XL tries to return a decimal number. Copy
this formula down as needed.

Then, at the bottom of column C, add a formula that looks like:
=SUM(C2:C10)
In this case, I'm assuming C10 is the last cell with a formula.

This summation formula tells you the total amount of hours worked. Note that
this should also be formatted to display as time (8:00). If you want a
decimal number, based on hours, change last formula to:
=SUM(C2:C10)*24
The "*24" changes the number to decimal. This is handy if you want to
multiply the hours by a rate, such as a hourly pay rate.

If this doesn't completely help, try posting some examples of the data you
have so far, and what you would like to see.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Empress" wrote:

Im horrible in math...and don't understand formulas very well either. takes
me forever to do it manually...I never understood how to count time/hours
very well...(I'm a right brainer!! LOL)

could someone plse give me an easy to understand way how to autocalculate my
timesheet???

takes me forever to do it manually...I never understood how to count
time/hours very well...(I'm a right brainer!! LOL)


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default HELP w/ auto calcualting timesheet

See Chip Pearson's site for an example timesheet with calculations.

http://www.cpearson.com/excel/overtime.htm


Gord Dibben MS Excel MVP

On Mon, 24 Aug 2009 15:05:23 GMT, "Empress" <u54241@uwe wrote:

Im horrible in math...and don't understand formulas very well either. takes
me forever to do it manually...I never understood how to count time/hours
very well...(I'm a right brainer!! LOL)

could someone plse give me an easy to understand way how to autocalculate my
timesheet???

takes me forever to do it manually...I never understood how to count
time/hours very well...(I'm a right brainer!! LOL)


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
Timesheet help DaddyO Excel Discussion (Misc queries) 3 April 25th 08 09:11 PM
auto working week-ending date for timesheet Dm76 Excel Worksheet Functions 4 March 27th 06 10:21 PM
problem with calcualting olasa Excel Discussion (Misc queries) 0 March 20th 05 11:40 PM
Timesheet Doug Excel Worksheet Functions 1 March 3rd 05 07:53 PM
Pivot table. Calcualting % from subtotals. Ray D Excel Worksheet Functions 1 January 27th 05 12:35 PM


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