How do you count the default selected item or value of a dropdown with filter
I just want to count how many staff and senior are selected on a dropdown inside a gallery.

How do you count the default selected item or value of a dropdown with filter
I just want to count how many staff and senior are selected on a dropdown inside a gallery.
CountIf(Gallery5.AllItems,Or(Dropdown4.Selected.Value="Senior",Dropdown4.Selected.Value="Staff"))