Trying to generate a list of names that fall within an attendance rate for school, say between 20% and 60% attendance. I can generate the list for amount less than or greater than but need to generate a list between two values. I am currently working with the following formula
=IFERROR(INDEX($A$2:$A$75,SMALL(IF($C$2:$C$75<60,ROW($A$2:$A$75)-ROW($C$2)+1),ROWS($C$2:$C2))),"")
The red section is the part that needs to be edited to include a greater than 20. I have tried incorporating 'AND' function but without luck.
Any help much appreciated
=IFERROR(INDEX($A$2:$A$75,SMALL(IF($C$2:$C$75<60,ROW($A$2:$A$75)-ROW($C$2)+1),ROWS($C$2:$C2))),"")
The red section is the part that needs to be edited to include a greater than 20. I have tried incorporating 'AND' function but without luck.
Any help much appreciated