M
ml
I have 3 working shifts...7a-3p, 3p-11p, and 11p-7a
4/1/2008 1:06:00PM --- this should yield to "7a-3p" shift
4/1/2008 1:13:00AM --- "11p-7a"
4/1/2008 7:04:00PM --- "3p-11p"
4/1/2008 7:00:00AM --- "11p-7a"
I wanted to assign above shift value to the time listed above so that
accordingly. The data I received didn't have the time listed as military
time.
This is what I've written, but it didn't return the right value. Help
please!!!
=IF(B2>=" 3:00:00PM","7a-3p",IF(B2<="
7:00:00AM","7a-3p",IF(B2>="11:00:00PM","3p-11p",IF(B2<="
3:00:00PM","3p-11p","11p-7a"))))
4/1/2008 1:06:00PM --- this should yield to "7a-3p" shift
4/1/2008 1:13:00AM --- "11p-7a"
4/1/2008 7:04:00PM --- "3p-11p"
4/1/2008 7:00:00AM --- "11p-7a"
I wanted to assign above shift value to the time listed above so that
accordingly. The data I received didn't have the time listed as military
time.
This is what I've written, but it didn't return the right value. Help
please!!!
=IF(B2>=" 3:00:00PM","7a-3p",IF(B2<="
7:00:00AM","7a-3p",IF(B2>="11:00:00PM","3p-11p",IF(B2<="
3:00:00PM","3p-11p","11p-7a"))))