simple calculating timesheet

SSFAN

New Member
Joined
Aug 7, 2024
Messages
2
Office Version
  1. 2003 or older
Platform
  1. Windows
How to make the billable time calculate in column E when entering start time in column C and ending time in column D? See image.

I want to do the time entries in column C and D using keyboard shortcuts if possible.
Designating AM and PM will matter when calculating the time difference between column D and column C.
When I enter time entries using ctrl+shift+; they appear correctly, but column E displays #VALUE!
I've also tried manual entry [2:45 PM etc.] with the same result.

I have tried D2-C2 [etc.] and =SUM(D2-C2) [etc.]
I've also tried changing the time format [format/cells/number/time].
I am using Excel 2000.
I'd like column E to add the billable hours entries and create a total thus: 12:45 [12 hours and 45 minutes]

All help greatly appreciated.

Gary
excel timesheet-1.jpg
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Book4
ABCDE
1DateServicesStart TimeEnd Time Billable
28/7/2024prepare1:36 PM1:37 PM0:01
38/7/2024prepare2:30 PM2:45 PM0:15
Sheet1
Cell Formulas
RangeFormula
E2:E3E2=D2-C2


and format the last column in custom formatting as h:mm

Not sure why it is not working for you. Cannot discern from a picture. If you wish further analysis, post your workbook to either box.net or dropbox.com and post a link here.
 
Upvote 0
Solution

Forum statistics

Threads
1,221,048
Messages
6,157,619
Members
451,426
Latest member
VinnyDoesntKnowExcelCode

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top