V
--Viewpoint
#1
I'm creating a time sheet and set it up for time in and out to have separate
cells using the h:mm AM/PM format. In a separate cell I have amount of time
taken ro lunch. The cell for entering the calculation is set up to convert
to decimal format rather than time.
I do not know how to complete the following formula so that it recognizes 5
hours:
=IF(F10-E10>5 hours, F10-E10-A10, F10-E10)*24
Goal: I want to subtract lunch time if I work over 5 hours, otherwise Iwant
to know the hours worked if under 5 hours)
#2 I think I need an array formula (within one cell):
If cell I10>0, V, ""
If cell J10>0, S, ""
If cell K10>0, P, ""
I'm creating a time sheet and set it up for time in and out to have separate
cells using the h:mm AM/PM format. In a separate cell I have amount of time
taken ro lunch. The cell for entering the calculation is set up to convert
to decimal format rather than time.
I do not know how to complete the following formula so that it recognizes 5
hours:
=IF(F10-E10>5 hours, F10-E10-A10, F10-E10)*24
Goal: I want to subtract lunch time if I work over 5 hours, otherwise Iwant
to know the hours worked if under 5 hours)
#2 I think I need an array formula (within one cell):
If cell I10>0, V, ""
If cell J10>0, S, ""
If cell K10>0, P, ""