Is there a formula that I could use to identify the time elapsed after the hour?
End result I am trying to achieve is;
Student A;
Due in: 09:00:00
Arrived: 09:06:51
Result = "Late"
Student B;
Due in: 08:00:00
Arrived: 07:58:13
Result: "Ok"
Is there a formula that I could use to identify the time elapsed after the hour?
End result I am trying to achieve is;
Student A;
Due in: 09:00:00
Arrived: 09:06:51
Result = "Late"
Student B;
Due in: 08:00:00
Arrived: 07:58:13
Result: "Ok"
Hi many,
See if the attached with a simple If statement does what you want.
Arrive Late.xlsx
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
If all you want is 'OK' or 'Late' then, assuming that row 1 is a header row and that Due in' is in A2 and 'Arrived' in B2, use this:
Formula:Please Login or Register to view this content.
If you want the elapsed time as well, try this:
Formula:Please Login or Register to view this content.
Regards,
Aardigspook
I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
You don't need to give me rep if I helped, but a thank-you is nice.
I should made it clear, I have attached what I am trying to create; Lateness is anything over 1 minutes
Timelog:
This will have log in times dumped in from system report containing username and time logged in
Track:
This will have username and the weekdays with Vlookup if username is in timelog array then "In" otherwise "Update" (update meaning check and manually update) -- Ideally, I would like to nest the time formula here and identify lateness here
Lateness:
Same template as Track as I wasn't able to nest in the lookup formula for lateness. This would be used for "late" otherwise "ok"
Each student would arrive at different times during the morning, some 8:00:00, some 09:00:00, some 10:00:00 etc and with just their First Login time available, makes it difficult for me....
How do we know if they are late if we don't know expected (required) arrival time: this latter time does not appear in your supplied data?
So "Adam Wiiliams" is nearly 30 minutes late (not early for 13:30 start?).
Actually, so not to over complicate things, anything past the hour mark more than a minute would be late
Using this in column C of 'Timelog' will identify if someone is late:
Formula:Please Login or Register to view this content.
This will give how much he/she is late by:
Formula:Please Login or Register to view this content.
The limitation of this is the 45 min part - if someone's late by 45 or more minutes, this will assume he/she is on time. Without an expected arrival time, I don't see any way round this.
I'm not sure exactly what you want on the 'Track' or 'Lateness' sheets.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks