Extracting unique values from a list and sorted alphabetically
I had been trying to tweak this array formula to sort what it extracted from a list in ascending order but to no avail. Please help.
=IFERROR(INDEX(NAMES,MATCH(0,IF(GRADES=$X$8,IF(SEC TIONS=$AC$8,COUNTIF($B$12:$B12,NAMES),"")),0)),"")
Or this:
=IFERROR(INDEX(NAMES,SMALL(IF(GRADES=$X$8,IF(SECTI ONS=$AC$8,IF(SEX_1="M",IF(DATEENROLLED<=$X$6,ROW(N AMES)-ROW($B$2)+1)))),ROWS($B$2:$B3))),"")
|