Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report Totals

Status
Not open for further replies.

evr72

MIS
Dec 8, 2009
265
US
Hello,

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top