robbenjmain
New Member
- Joined
- Sep 14, 2017
- Messages
- 2
Hi Guys, I am having real trouble getting the second criteria in to my formula. Effectively I want to do the following (which works):
Return list of unique values in K where N1 appears in column E.
=IFERROR(INDEX($K$2:$K$3000, MATCH(0, IF($N$1=$E$2:$E$3000, COUNTIF($O$1:$O1, $K$2:$K$3000), ""), 0)),"")
but I am trying to add this so I have two searches.
=IFERROR(INDEX($K$2:$K$3000, MATCH(0, IF(AND($N$1=$E$2:$E$3000,$N$2=$L$2:$L$3000), COUNTIF($O$1:$O6, $K$2:$K$3000), ""), 0)),"")
But the if and function just returns blanks.
I would really appreciate any help with this. I am trying not to do it with filters as there is a ton of people accessing and I want them to all just be able to select from a dropdown on N1 and N2.
Many thanks
Rob
Return list of unique values in K where N1 appears in column E.
=IFERROR(INDEX($K$2:$K$3000, MATCH(0, IF($N$1=$E$2:$E$3000, COUNTIF($O$1:$O1, $K$2:$K$3000), ""), 0)),"")
but I am trying to add this so I have two searches.
=IFERROR(INDEX($K$2:$K$3000, MATCH(0, IF(AND($N$1=$E$2:$E$3000,$N$2=$L$2:$L$3000), COUNTIF($O$1:$O6, $K$2:$K$3000), ""), 0)),"")
But the if and function just returns blanks.
I would really appreciate any help with this. I am trying not to do it with filters as there is a ton of people accessing and I want them to all just be able to select from a dropdown on N1 and N2.
Many thanks
Rob