=OR(AND(D3=$I$3,E3=$J$3),AND(D3=$I$3,F3=$K$3),AND(D3=$I$3,F3=$K$3),AND(E3=$J$3,F3=$K$3),AND(E3=$J$3,G3=$L$3),AND(F3=$K$3,G3=$L$3))
I am trying to filter all 2 criteria combinations of a 4 criteria table
I am not sure why this returns true when three cells are selected - is there any way this can be adapted to return true if only 2 cells are selected
this is the criteria
I J K L
Ethnicity Gender Grade Status
m k 1
this is the result and comparison data
A D E F G
0 Ethnicity Gender Grade Status
TRUE Unknown M K 1
TRUE Unknown M K 1
TRUE Unknown M K 0
TRUE Unknown M K 0
FALSE Unknown F K 0
FALSE Unknown F K 0
Any assistance greatly appreciated !
I am trying to filter all 2 criteria combinations of a 4 criteria table
I am not sure why this returns true when three cells are selected - is there any way this can be adapted to return true if only 2 cells are selected
this is the criteria
I J K L
Ethnicity Gender Grade Status
m k 1
this is the result and comparison data
A D E F G
0 Ethnicity Gender Grade Status
TRUE Unknown M K 1
TRUE Unknown M K 1
TRUE Unknown M K 0
TRUE Unknown M K 0
FALSE Unknown F K 0
FALSE Unknown F K 0
Any assistance greatly appreciated !