MarkJamesDavies
New Member
- Joined
- Jan 30, 2015
- Messages
- 12
Hi,
I need a way to work out if a time is between 2 times including the original time. Please see below for example;
[TABLE="width: 520"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Sign out time[/TD]
[TD]sign in time[/TD]
[TD]1:00[/TD]
[TD]1:15[/TD]
[TD]1:30[/TD]
[TD]1:45[/TD]
[TD]2:00[/TD]
[TD]2:15[/TD]
[TD]2:30[/TD]
[TD]2:45[/TD]
[/TR]
[TR]
[TD]1:00[/TD]
[TD]2:15[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
so IF there is a sign out time at 1:00, C3 should populate with YES or FALSE if it doesn't.
I've tired to use OR, MIN, MAX, IF, AND....But I just can't get it right.
PLEASE can someone help, I've spent over 9 hours staring at my laptop today. I'd be happy to make a donation to the site if it can be solved. It's driving me nuts.
I just need to break down the duration into 15 minutes.
Thank you in advance!
M
I need a way to work out if a time is between 2 times including the original time. Please see below for example;
[TABLE="width: 520"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Sign out time[/TD]
[TD]sign in time[/TD]
[TD]1:00[/TD]
[TD]1:15[/TD]
[TD]1:30[/TD]
[TD]1:45[/TD]
[TD]2:00[/TD]
[TD]2:15[/TD]
[TD]2:30[/TD]
[TD]2:45[/TD]
[/TR]
[TR]
[TD]1:00[/TD]
[TD]2:15[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
so IF there is a sign out time at 1:00, C3 should populate with YES or FALSE if it doesn't.
I've tired to use OR, MIN, MAX, IF, AND....But I just can't get it right.
PLEASE can someone help, I've spent over 9 hours staring at my laptop today. I'd be happy to make a donation to the site if it can be solved. It's driving me nuts.
I just need to break down the duration into 15 minutes.
Thank you in advance!
M