We want to use the sign-in times from column A to determine whether a person was starting a morning, an afternoon, or a night shift.
For times before 12:00, the formula should return "Morning Shift".
For times between 12:00 and 16:00 the formula should return "Afternoon Shift".
For times after 16:00, the formula should return "Night Shift".
Solution:
Use the IF and TIME functions as shown in the following formula:
=IF(A2
Where's the rest of this?
cmxsevenfoldxmc wrote on January 24, 2007 11:28 EST
Where's the rest of the tip? I've been looking for this one tip for days and now that I finally find it, it's incomplete. Can the rest be posted up? Or what do I need to do to see the rest?
Thanks
oldchippy wrote on January 25, 2007 05:13 EST
You may have to buy the book to find the answer, it's on page 151, see link
Terms
and Conditions of use
The applications/code on this site are distributed as is and without warranties
or liability. In no event shall the owner of the copyrights, or the authors
of the applications/code be liable for any loss of profit, any problems
or any damage resulting from the use or evaluation of the applications/code.