I am creating a spreadsheet with many values that are calculated using mostly averageif, and referencing other large tables within the workbook. I have added two "drill-downs" and two additional criteria selections (yes/no) that I would like the user to be able to customize.
How should I go about making the data reflect the changes made in the drill-downs and criteria selections? The only changing aspect would be which part of the data is averaged in the averageif function.
As of now, I only have the two yes/no criteria filters, and all of the cells are set up with long if statements, but adding in the two additional filters, I feel this is probably long and not very fast. Is there a better way to accomplish this with VBA?
How should I go about making the data reflect the changes made in the drill-downs and criteria selections? The only changing aspect would be which part of the data is averaged in the averageif function.
As of now, I only have the two yes/no criteria filters, and all of the cells are set up with long if statements, but adding in the two additional filters, I feel this is probably long and not very fast. Is there a better way to accomplish this with VBA?
Last edited: