Hello,
I want to offer a user 3 optional drop downs (or filters) each one relates to a separate column in my table (Manager, Period, Region) A 4th Drop down (which will be mandatory) is a list of Skill scores (1 through 7) relating to a SKILL column in my table. So they will select a skill score and I want to count the number of rows for that skill in the SKILL column. However, they can use the 3 drop downs to filter further. Problem is they might opt to choose any combination of the filters or none at all, leaving them at their default values.
I have tried to create some nested IF statements to CountIF the SKILL column but the code is getting huge and difficult to maintain.
Can anyone think of a better way to acomplish this?
Thanks for any tips