I have a database in one spreadsheet and table on another spreadsheet.
The database would have the data of all the months....
There would be a field named TAT (which is a number)
The fields required:
Month
TAT
Centre (centre is an area of work, say Birmingham, Yorkshire, etc.)
So, I want to find out the maximum, minimum and average TAT for each Centre for a selected month (There is a combo box to select the month. Upon selecting the month, the table pulls the values (mostly counts for which I have used SUMPRODUCT) according to the month selected from the whole database)
Tried working out with DMAX, DMIN and DAVERAGE, but not able to crack the multiple criteria with it..
Help...!!!
The database would have the data of all the months....
There would be a field named TAT (which is a number)
The fields required:
Month
TAT
Centre (centre is an area of work, say Birmingham, Yorkshire, etc.)
So, I want to find out the maximum, minimum and average TAT for each Centre for a selected month (There is a combo box to select the month. Upon selecting the month, the table pulls the values (mostly counts for which I have used SUMPRODUCT) according to the month selected from the whole database)
Tried working out with DMAX, DMIN and DAVERAGE, but not able to crack the multiple criteria with it..
Help...!!!