I am trying to take a list of participants - Name, Age, Sport and use a formula to automatically put them into lists (Baseball, Soccer, Golf) sorted by age.
Can someone please show me an example of index match function that I need to use.
I was trying this function but it would not sort from oldest to lowest and it also returns an error for names that dont exist.
=INDEX($AP$1:$AP$60, SMALL(IF($Y$3=$AQ$1:$AQ$60, ROW($AQ$1:$AQ$60)-MIN(ROW($AQ$1:$AQ$60))+1, ""), ROW(A2)))
Not sure what all of that is (never worked with a function like this).
Can someone please show me an example of index match function that I need to use.
I was trying this function but it would not sort from oldest to lowest and it also returns an error for names that dont exist.
=INDEX($AP$1:$AP$60, SMALL(IF($Y$3=$AQ$1:$AQ$60, ROW($AQ$1:$AQ$60)-MIN(ROW($AQ$1:$AQ$60))+1, ""), ROW(A2)))
Not sure what all of that is (never worked with a function like this).