C
christopherp
Hello
I am trying to build a formula to automatically determine an employees
rate of pay for any given shift, which is determined by the starting
time of the shift e.g day, afternoon or night shift.
I am trying to return these values in a particular cell so I can then
multiply the rate by the number of hours worked (finish time- start
time) and therefore calculate total pay for that shift
Day shift starts at 6am, afternoon at 2pm and night shift at 6pm
I have the start times in column b formatted as custom hh:mm
I have tried entering the formula as follows
=if (b3<14:00 "$22.59", "$25.93")
Excel keeps telling me that the <14:00 part of the formula is invalid.
Can anyone tell me how I can perform this calculation based on the
starting time?
Any help is most appreciated
Chris
I am trying to build a formula to automatically determine an employees
rate of pay for any given shift, which is determined by the starting
time of the shift e.g day, afternoon or night shift.
I am trying to return these values in a particular cell so I can then
multiply the rate by the number of hours worked (finish time- start
time) and therefore calculate total pay for that shift
Day shift starts at 6am, afternoon at 2pm and night shift at 6pm
I have the start times in column b formatted as custom hh:mm
I have tried entering the formula as follows
=if (b3<14:00 "$22.59", "$25.93")
Excel keeps telling me that the <14:00 part of the formula is invalid.
Can anyone tell me how I can perform this calculation based on the
starting time?
Any help is most appreciated
Chris