This is my current formula
=IF(D9>0,IF(J$6=TRUE,FRINGE!$F$37,(SUM(H9:K9)+SUM(N9:O9)+SUM(E9:G9)*8/2080+SUM(L9:M9)*12/(D9*2080))),0)
This formula takes the employee's hourly wage (D9) and either uses an average fringe rate (J$6=TRUE, FRINGE!$F$37) OR calculates the individual fringe rate for the employee 9SUM(H9:K9)+SUM(N9:O9)+SUM(E9:G9)*8/2080+SUM(L9:M9)*12/(DR*2080),0
to return the hourly wage INCLUDING fringe benefits
The fringe benefit rates are expressed as % in this workbook.
I need to expand upon this formula to take into account Temporary (T), PartTime (PT), and Seasonal(S) employees who do NOT receive fringe benefits.
Solved by G. L. in 27 mins