Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Calculate time worked

Using Excel 2000:How do I calculate time worked by inputting start time, end time and get answer in format hours.decimal hours. I input time using TIME(Hours, Minutes, seconds). The result of subtraction is of format 1:45 A
Please help
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Calculate time worked

Hi
if A1 is your starting time and B1 your end time use
=(B1-A1)*24

if your working time can span midnight use
=(B1-A1+(B1<A1))*24


--
Regards
Frank Kabel
Frankfurt, Germany


Herb wrote:
Using Excel 2000:How do I calculate time worked by inputting start
time, end time and get answer in format hours.decimal hours. I input
time using TIME(Hours, Minutes, seconds). The result of subtraction
is of format 1:45 AM Please 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
Calculate time worked based on start / end times & working hours MeatLightning Excel Discussion (Misc queries) 3 June 25th 09 04:25 PM
Creating Bi-Weekly Time Sheet to Calculate Hours Worked nbslarson Excel Discussion (Misc queries) 2 August 30th 07 02:10 PM
Calculate Total hours worked during workdays within given shift time. noname Excel Discussion (Misc queries) 2 April 8th 07 06:28 PM
Total Time Worked - How to Calculate Amy Excel Worksheet Functions 2 February 28th 07 08:01 PM
How do I write the formula to calculate someones time worked deusy Excel Worksheet Functions 3 November 16th 05 08:49 PM


All times are GMT +1. The time now is 11:25 PM.

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

About Us

"It's about Microsoft Excel"