Hello All,
I thought this was going to be a fairly simple formula but, I’m having real difficulty with getting an average of a group sum.
I have two groups.
1. ‘Business_Unit’
2. ‘Year’
In the ‘Year’ group I have a sum (total count) of all requisitions per year based on a request date.
In the ‘Business_Unit’ group I have a sum (total count) of each ‘Year’ group total.
For example:
Code:
Total Reqs for BU 1: 3,404 Avg. Reqs per Year: ?
Total Reqs in 2000: 7
Total Reqs in 2001: 119
Total Reqs in 2002: 1,400
Total Reqs in 2003: 1,878
I want to get the average reqs per year (in the above example 851) in the BU group section. All formulas I’ve tried give me an error message along the lines that the sums I want to use can’t be summed.
Please HELP!
Any/all comments or suggestions will be greatly appreciated!!!
- Tom