G
Greg Schiedler
A2 = Hours Worked ie. 45:30:00 (45.5 hrs hh:mm:ss special format[h]:mm:ss)
B2 = Rate Decimal 15.75
C2 = =IF(A2>G2, A2-G2, "0:00:00") Figure out Overtime hours if any.
G2 = 40:00:00 Special format [h]:mm:ss
Question is can I hard code the 40 hours into the formula without refering to a
cell that contains "40:00:00"
Greg
B2 = Rate Decimal 15.75
C2 = =IF(A2>G2, A2-G2, "0:00:00") Figure out Overtime hours if any.
G2 = 40:00:00 Special format [h]:mm:ss
Question is can I hard code the 40 hours into the formula without refering to a
cell that contains "40:00:00"
Greg