Hello!
In VBA how can I make some dropdown selectors to help filter data sets? That can then be used in calculations.
The table is on sheet2, Column A is names, Column B is months. I want to give the user the ability to select a name from the choices in column A and then select the month for the data set in column B.
The big trick is that there might be several entries for the same person in the month. So it will need to select all data entries for "Bob" in "October." I could then have calculations for averaging all of the data sets in columns C fot the user and add all the data sets from column D together for the sum?
In VBA how can I make some dropdown selectors to help filter data sets? That can then be used in calculations.
The table is on sheet2, Column A is names, Column B is months. I want to give the user the ability to select a name from the choices in column A and then select the month for the data set in column B.
The big trick is that there might be several entries for the same person in the month. So it will need to select all data entries for "Bob" in "October." I could then have calculations for averaging all of the data sets in columns C fot the user and add all the data sets from column D together for the sum?