Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Calculating time using excel
Name: Kenneth Goldberg Date: December 26, 2008 at 15:36:33 Pacific OS: Windows XP CPU/Ram: Intel T2050 @ 1.60 GHz 1. Product: Compaq / PRESARIO
Comment:
I am using Excel to help me record responses to some performance tests I give. In doing this, I have to record start and stop times, in seconds, then calculated the differences. To date, I have entered the minute and second manually, with Excel calculating the differences. It would be much better if I could create some icon or macro to click the start and stop times, without referring to a clock. I have played with entering the time by using CTL+SHIFT+;. I format the time in hours, minutes and seconds. Each time, Excel enters 00 for the seconds, rather than the actual seconds. I need the exact seconds, and don't know how to do this. Can someone help me?
Name: jon_k Date: December 30, 2008 at 02:39:34 Pacific
Reply:
Simplest way through a macro is to use
sub writecurrenttime() selection.value = now() end sub
This code will write the time now (including the seconds part) in the selected cell. There are other ways of accomplishing it (using userforms with start and stop buttons, etc)
Summary: In cell A2 I have my start time: eg 5:30 In cell A3 I have my stop time: eg 4:30 What is the formula I need to calculate the time I've worked? ...
Summary: I have a problem calculating time in Excel. For example, in column A the time is 30:20(30 hours and 20 minutes), how can I turn the minutes into hours in Column B and get the answer of 30.33. If the h...
Summary: How can you convert timeclock time to get hours and minutes worked when you need the 10ths of an hour worked? EXAMPLE: My paycheck says I worked 16:45 hours. We clock in using a standard timeclock. ...