Hello,
I have a report that calculates the employee efficiency in total
This works well. The issue is that if an employee works indirect hours then "Lab Hrs" have a value and "STDHrs" do not, this makes the efficiency lower.
Is there a way to calculate the "STDHrs" that have a value but still show the ones that do not?
I have a report that calculates the employee efficiency in total
Code:
=Sum([STDHrs])/Sum([Lab Hrs])
This works well. The issue is that if an employee works indirect hours then "Lab Hrs" have a value and "STDHrs" do not, this makes the efficiency lower.
Is there a way to calculate the "STDHrs" that have a value but still show the ones that do not?