Hi -- I have a basic timesheet in Excel 2003 - that has In and out with
in/out for meals - I want to know if there is away that I can round the times
only of the In and Out for the day --
I need a 10 minute window -- example is they manually enter their in time in
C7 and their out in C10 - (their meals are in C8 and C9 will be actual times,
no need to round)that if the are coming in at 8am and they enter their time
at 7:50am that it will round the time to 8am, and same with the out -- out at
5pm and they enter 5:10 that it would round to 5pm -- Right now it is
calculating actual times using this formula =SUM((C10-C9)*24,(C8-C7)*24) --
is there a way to get it to round the in and outs in the total?
Thanks so much--Paula
|
|
0
|
|
|
|
Reply
|
Utf
|
6/2/2010 6:15:11 PM |
|
I'm a little confused.
Do you want the mealtime subtracted from the total time?
I will assume that's the case.
Start time in C7
Start meal in C8
End meal in C9
Quit time in C1
=3DROUND((C10-C7)*24,0)-((C9-C8)*24)
Returns 8,5 hours with 30 minutes for lunch.
Gord Dibben MS Excel MVP
On Wed, 2 Jun 2010 11:15:11 -0700, Paula =
<Paula@discussions.microsoft.com>
wrote:
>Hi -- I have a basic timesheet in Excel 2003 - that has In and out =
with=20
>in/out for meals - I want to know if there is away that I can round the =
times=20
>only of the In and Out for the day --
>I need a 10 minute window -- example is they manually enter their in =
time in=20
>C7 and their out in C10 - (their meals are in C8 and C9 will be actual =
times,=20
>no need to round)that if the are coming in at 8am and they enter their =
time=20
>at 7:50am that it will round the time to 8am, and same with the out -- =
out at=20
>5pm and they enter 5:10 that it would round to 5pm -- Right now it is=20
>calculating actual times using this formula =
=3DSUM((C10-C9)*24,(C8-C7)*24) --=20
>is there a way to get it to round the in and outs in the total?
>Thanks so much--Paula
|
|
0
|
|
|
|
Reply
|
Gord
|
6/2/2010 7:06:27 PM
|
|
Experiment with this
=(ROUNDDOWN(C10*96,0)/96-C9+ROUNDUP(C8*96,0)/96-C7)*24
Not there is no need to use SUM when doing a simple arithmetic operation
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
REMINDER: These newsgroups are about to die. We will all meet again at
http://social.answers.microsoft.com/Forums/en-US/category/officeexcel
"Paula" <Paula@discussions.microsoft.com> wrote in message
news:7E0AC6B5-BD5A-4F27-8D01-92F5A769E096@microsoft.com...
> Hi -- I have a basic timesheet in Excel 2003 - that has In and out with
> in/out for meals - I want to know if there is away that I can round the
> times
> only of the In and Out for the day --
> I need a 10 minute window -- example is they manually enter their in time
> in
> C7 and their out in C10 - (their meals are in C8 and C9 will be actual
> times,
> no need to round)that if the are coming in at 8am and they enter their
> time
> at 7:50am that it will round the time to 8am, and same with the out -- out
> at
> 5pm and they enter 5:10 that it would round to 5pm -- Right now it is
> calculating actual times using this formula
> =SUM((C10-C9)*24,(C8-C7)*24) --
> is there a way to get it to round the in and outs in the total?
> Thanks so much--Paula
|
|
0
|
|
|
|
Reply
|
Bernard
|
6/2/2010 7:06:51 PM
|
|
Quit time should read C10
Gord
On Wed, 02 Jun 2010 12:06:27 -0700, Gord Dibben <gorddibbATshawDOTca> =
wrote:
>I'm a little confused.
>
>Do you want the mealtime subtracted from the total time?
>
>I will assume that's the case.
>
>Start time in C7
>Start meal in C8
>End meal in C9
>Quit time in C1
>
>=3DROUND((C10-C7)*24,0)-((C9-C8)*24)
>
>Returns 8,5 hours with 30 minutes for lunch.
>
>
>Gord Dibben MS Excel MVP
>
>
>On Wed, 2 Jun 2010 11:15:11 -0700, Paula =
<Paula@discussions.microsoft.com>
>wrote:
>
>>Hi -- I have a basic timesheet in Excel 2003 - that has In and out =
with=20
>>in/out for meals - I want to know if there is away that I can round the=
times=20
>>only of the In and Out for the day --
>>I need a 10 minute window -- example is they manually enter their in =
time in=20
>>C7 and their out in C10 - (their meals are in C8 and C9 will be actual =
times,=20
>>no need to round)that if the are coming in at 8am and they enter their =
time=20
>>at 7:50am that it will round the time to 8am, and same with the out -- =
out at=20
>>5pm and they enter 5:10 that it would round to 5pm -- Right now it is=20
>>calculating actual times using this formula =
=3DSUM((C10-C9)*24,(C8-C7)*24) --=20
>>is there a way to get it to round the in and outs in the total?
>>Thanks so much--Paula
|
|
0
|
|
|
|
Reply
|
Gord
|
6/2/2010 7:16:26 PM
|
|
|
3 Replies
319 Views
(page loaded in 0.122 seconds)
Similiar Articles: System.OutOfMemoryException in Timesheet Approval - microsoft ...Why would the "Import Timesheet" button be greyed out in ... System.OutOfMemoryException in Timesheet Approval - Project Server ... Previous Discussion: Why would the ... Rounding hh:mm to nearest 15, 30, 45 minutes - microsoft.public ...I, too, am setting up a timesheet. It is a very simple timesheet but I can't seem to figure out this (what should be) simple function. My question i... Quarter Hour time conversions for timesheet - microsoft.public ...Quarter Hour time conversions for timesheet - microsoft.public ... Rounding hh:mm to nearest 15, 30, 45 minutes - microsoft.public ... Quarter Hour time conversions for ... Timesheet Add Lines function ? - microsoft.public.project.server ...There are times when filling out the timesheet, folks will need to add lines to the timesheet via the "Add Lines" button. Does the list that holds... Alerts for Timesheets - microsoft.public.project.server ...I need to generate an Alert to the employee who didn't submit the Timesheet by the certain time. Next step - send Alert to the manager. The out-of... Timesheet Calculation - microsoft.public.excel.worksheet.functions ...Free Time Sheet Template - Timesheet Calculator for Excel Free Time Sheet Template for Excel - This timesheet calculator lets you enter clock in/out times and it ... Timesheet and Timesheet Lines approval statuses - microsoft.public ...The data is laid out more cleanly there and is supported by Microsoft to report ... The query below run on the reporting database will return timesheet line items and ... Timesheet WebPart error an unexpected error has occurred ...I tried to load various past timesheets and all of them cause the error. I've logged out of my machine, restarted, cleared internet cache, cookies, etc all to no avail ... rounding up to the nearest 1000 - microsoft.public.excel.worksheet ..."tonia" wrote: > i cant figure out how to round my final figure UP to ... It is a very simple timesheet but I can't seem to figure out this (what should be) simple function. Truncating and rounding off numbers in VBA - microsoft.public ...2) Also, is there a function for rounding off as well. I tried to set the decmals ... textbox control to 1 but it has no > effect on the result numbers that come out (eg. How to Calculate Total Hours From a Timesheet | eHow.comThe timesheet helps the employer to determine the ... in--7 a.m., lunch in--11 a.m., lunch out--12 ... if the employee fails to do so on the timesheet. For instance, round 8 ... Timesheet Rounding - WikiTSheets - Time Tracking :: Simple ...Using Timesheet Rounding. Timesheet rounding is very simple to use, just clock in and out and you will be able to see the automatic adjustment on your timesheets. Timesheet - Wikipedia, the free encyclopediaA timesheet (or time sheet) is a method for recording the amount of a worker ... requires that if employers round up when you clock in, they must round up when you clock out. TimeSheet Using 100 Minutes & Rounding to .25We use 100 minutes instead of 60. (Ex 15:50 = 3:30) We round based on 5's ... Timesheet in and out rounding: Paula: Microsoft Excel Worksheet Functions: 3: 2nd Jun 2010 08:16 PM Excel :: Rounding Timesheet To Quarter HourRounding Timesheet To Quarter Hour I have made a time sheet and am trying to have the ... Timesheet: Send Out A Mail Template Everyweek To All The Department; Formula To Set The ... 7/25/2012 12:59:16 AM
|