Noreene Patrick
Registered User.
- Local time
- Today, 04:00
- Joined
- Jul 18, 2002
- Messages
- 223
I have searched and not found exactly what I need, so here is my question...in fact, I have worked on this for an entire day before I came here for help.
I have 2 efficiencies calculated in my report...the efficiencies are for regular and wave
I need to average the 2 efficiencies to get an average efficiency for the day...some of the efficiencies are 0 and I cant seem to get anything to work.
Here is the last thing I tried:
=avg(nz([regularefficiency]+(nz([waveefficiency]))))
I either get 0 or nothing and sometimes (I dont know how)I get #error.
Thanks, Noreene
PS the regularefficiency and waveefficiency are calculations taking the minutes per order divided by minutes logged in.
I have 2 efficiencies calculated in my report...the efficiencies are for regular and wave
I need to average the 2 efficiencies to get an average efficiency for the day...some of the efficiencies are 0 and I cant seem to get anything to work.
Here is the last thing I tried:
=avg(nz([regularefficiency]+(nz([waveefficiency]))))
I either get 0 or nothing and sometimes (I dont know how)I get #error.
Thanks, Noreene
PS the regularefficiency and waveefficiency are calculations taking the minutes per order divided by minutes logged in.