I am trying to adapt a sheet http://www.youtube.com/watch?v=SiaTyBcvj8I for an xcelsius dashboard so that it can extract data from a list based on any combination of 4 criteria (ie extract data using any single criteri, or any combination of 2 criteria or any combination of 3 criteria amd lastly extract matches for all 4 criteria. I have tried using a lookup column that identifies the number of matches and their positions cannot seem to construct the formula correctly to achieve this.
Lookup Column Formulae for 2 crtieria
=AND(B3=$G$3,C3=$H$3)+A2
The forumulae to extract the data
=IF($L3>$H$5,"",INDEX(B$1:B$85,MATCH($L3,$A$1:$A$85,0),1))
The spreadsheet drives an Xcelsius Dashboard and so cannot use any array formulae and a number of other functions are prohibited.
Any insights will be greatly appreciated.
Lookup Col
0 Ethnicity Gender Grade Status
0 Unknown M K 1
0 Unknown M K 1
0 Unknown M K 0
0 Unknown M K 0
1 Unknown F K 0
2 Unknown F K 0
2 Unknown M K 0
2 Unknown M K 0
3 Unknown F K 0
Extraction Criteria
1 1 0 0 No of Criteria
Ethnicity Gender Grade Status
Unknown f 2
Count 28
Extracted Data
Ethnicity Gender Grade Status
1 Unknown F K 0
2 Unknown F K 0
3 Unknown F K 0
4 Unknown F K 0
Lookup Column Formulae for 2 crtieria
=AND(B3=$G$3,C3=$H$3)+A2
The forumulae to extract the data
=IF($L3>$H$5,"",INDEX(B$1:B$85,MATCH($L3,$A$1:$A$85,0),1))
The spreadsheet drives an Xcelsius Dashboard and so cannot use any array formulae and a number of other functions are prohibited.
Any insights will be greatly appreciated.
Lookup Col
0 Ethnicity Gender Grade Status
0 Unknown M K 1
0 Unknown M K 1
0 Unknown M K 0
0 Unknown M K 0
1 Unknown F K 0
2 Unknown F K 0
2 Unknown M K 0
2 Unknown M K 0
3 Unknown F K 0
Extraction Criteria
1 1 0 0 No of Criteria
Ethnicity Gender Grade Status
Unknown f 2
Count 28
Extracted Data
Ethnicity Gender Grade Status
1 Unknown F K 0
2 Unknown F K 0
3 Unknown F K 0
4 Unknown F K 0