I have two sheets. The first sheet has the following form:
Class Last Name First Name
A Dow John
A Cave Nick
A Jackson Michael
B Presley Elvis
B Bowie David
In the second sheet I want to filter out the rows according to their class. For example, to have a dropdown list with the values A and B, and when I choose A, to see the names of the students of class A.
Which functions do I need?
Thanks.