S
Skip4t4
I want to track hours worked from clock in and out times...but I need to see
hours worked for each hour of the day rounded to the nearest 30 minutes using
the IF function MAYBE? I also need to use the same formula for each hour so
I can easily replicate it.
clock in time 08:20 clock out time 17:20
09:00 result = 0.5 attempted formula = if(clock in time>08:00,if(clock in
time<08:30,if(clock out time>09:00,1,0)))
10:00 result = 1.0
11:00 result = 1.0
12:00 result = 1.0 etc
18:00 result = 0.5
Clock in and out times will vary and the formula should include reference to
both the clock in and out time +/- 30 minutes.
Help, I am stuck and my formula sucks!
Skip4t4
hours worked for each hour of the day rounded to the nearest 30 minutes using
the IF function MAYBE? I also need to use the same formula for each hour so
I can easily replicate it.
clock in time 08:20 clock out time 17:20
09:00 result = 0.5 attempted formula = if(clock in time>08:00,if(clock in
time<08:30,if(clock out time>09:00,1,0)))
10:00 result = 1.0
11:00 result = 1.0
12:00 result = 1.0 etc
18:00 result = 0.5
Clock in and out times will vary and the formula should include reference to
both the clock in and out time +/- 30 minutes.
Help, I am stuck and my formula sucks!
Skip4t4