This is not the Formula ID, this is from within the Formula itself L=48; "Maximum hours accrued allowed for 1 year” Y=YTD(SICK_Accrue)-SICK_Accrue; "YTD Hours Accrued” R=L-Y; "Remaining Accrual” C=(REGULAR+OVERTIME)*1/30; A=If(C<R,C,R); "Accrual this check” ANSWER=If(R<=0,0,A)
↧