Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Calculating and entering time.

I have read previous threads and I am confused. I want to enter time in and
time out in hh:mm, so you can type 1930 to read 19:30. Also I want to be able
to calculate the time spent (out from in) and then use the result to multiply
a rate. Any simple ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 69
Default Calculating and entering time.

Hi

format custom
type in ##":"##
click OK

This will show you 19:30 when you type 1930 but is not a true time value,
hence, you will not get correct result if you want to do calculation

If you need to do calculation as mentioned, you need to input the : as 9:30
and use this formula to find the number of hours differences between
start and end time
A2= Start time
B2= End time
in C2 =MOD(B2-A2,1)*24, format as General or Number
--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another



"Ferdy" wrote:

I have read previous threads and I am confused. I want to enter time in and
time out in hh:mm, so you can type 1930 to read 19:30. Also I want to be able
to calculate the time spent (out from in) and then use the result to multiply
a rate. Any simple ideas?

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
Entering Time Dave Excel Discussion (Misc queries) 6 February 9th 08 02:14 AM
Calculating Regular time, overtime and double time Brian Smith Excel Worksheet Functions 5 November 9th 07 10:32 PM
Entering time Chris Excel Discussion (Misc queries) 4 June 27th 07 04:50 AM
calculating timesheet, time-in/time-out = total hours & minutes, . Steve Lindsay Excel Worksheet Functions 13 November 8th 06 03:45 PM
Calculating effective time from start/end date+time Stefan Stridh Excel Worksheet Functions 8 November 27th 04 03:50 PM


All times are GMT +1. The time now is 02:18 AM.

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"