Rockytop62
Technical User
I'm using CR 11.0
I have record data fields as follows:
JobRefNo
JobComplexity
Department
JobHours
The JobComplexity field is a dropdown with 5 options
My crosstab report has the 5 JobComplexity options as Columns. The Departments are the rows.
I need to calculate JobHours/Distinctcount(JobComplexity) per department.. So if Department A did 5 jobs at "simple" level of JobComplexity and consumed a total of 25 hours for those 5 jobs, the cell entry would be 5 in the "Simple" column for Department A.
Any one have an idea of how to create a cell formula capable of this? Thanks!
I have record data fields as follows:
JobRefNo
JobComplexity
Department
JobHours
The JobComplexity field is a dropdown with 5 options
My crosstab report has the 5 JobComplexity options as Columns. The Departments are the rows.
I need to calculate JobHours/Distinctcount(JobComplexity) per department.. So if Department A did 5 jobs at "simple" level of JobComplexity and consumed a total of 25 hours for those 5 jobs, the cell entry would be 5 in the "Simple" column for Department A.
Any one have an idea of how to create a cell formula capable of this? Thanks!