Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a simple spreadsheet calculating the hours worked by a person, In the
columns i have start time, end time and hours worked. The columns are formatted into hh:mm. The hours worked are calculated by subtracting end time from start time, based on 24hour clock. This works fine if the hours are worked on the same day, but if the person starts at 18:00 and finishes at 02:00 the subtraction doesnt work. If however i change the formatting of the cells to dd/mm/yyyy hh:mm this will work as the date helps. But i feel this would be too much info to enter for each person if i have over 100 people on the spreadsheet. Is there an easier way around this either by changing the original formula or maybe by entering the date once on a sperate cell and only entering the times in the rows for each person. Thanx Mark |
#2
![]() |
|||
|
|||
![]()
Hi Marx,
=IF(B1A1,B1-A1,B1+1-A1) -- Kind Regards, Niek Otten Microsoft MVP - Excel "Mark" wrote in message ... I have a simple spreadsheet calculating the hours worked by a person, In the columns i have start time, end time and hours worked. The columns are formatted into hh:mm. The hours worked are calculated by subtracting end time from start time, based on 24hour clock. This works fine if the hours are worked on the same day, but if the person starts at 18:00 and finishes at 02:00 the subtraction doesnt work. If however i change the formatting of the cells to dd/mm/yyyy hh:mm this will work as the date helps. But i feel this would be too much info to enter for each person if i have over 100 people on the spreadsheet. Is there an easier way around this either by changing the original formula or maybe by entering the date once on a sperate cell and only entering the times in the rows for each person. Thanx Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating negative time. | Excel Discussion (Misc queries) | |||
Am trying to make a time sheet and having problems with a formula. | Excel Worksheet Functions | |||
Formula for time | Excel Discussion (Misc queries) | |||
Formula for time? | Excel Discussion (Misc queries) | |||
What is the formula for getting time difference e.g. ("4 hrs 15 m. | Charts and Charting in Excel |