LEE hepworth
Registered User.
- Local time
- Today, 21:31
- Joined
- Nov 14, 2003
- Messages
- 23
At the moment I have a report that works out a calculation if if there is a 0 as below
=IIf([Ele Weekly]=0,0,([SumOfEle Verbal])/[Ele Weekly])
But I also run a aVG on this but if the above statement is 0 it comes with an error..
What I use is this below....
=Avg([SumOfEle Verbal])/[Ele Weekly]
Please Help.......
=IIf([Ele Weekly]=0,0,([SumOfEle Verbal])/[Ele Weekly])
But I also run a aVG on this but if the above statement is 0 it comes with an error..
What I use is this below....
=Avg([SumOfEle Verbal])/[Ele Weekly]
Please Help.......