Q
QC-Dude
How do I construct a formula to return multiple entries meeting a criteria?
I want the formula to return a vertical list of names where grade=2 or higher.
Example:
NAME GRADE
Mike 3
Scott 2
Mary 1
Larry 2
I want the formula to return a vertical list of names where grade=2 or higher.
Example:
NAME GRADE
Mike 3
Scott 2
Mary 1
Larry 2
1)<=COUNTIF(Grade,">=2"),INDEX(Name,SMALL(IF(Grade>=2,ROW(Name)-MIN(ROW(Name))+1),ROWS(D$1