I have a form that allows users to multi select.
I have a metrics sheet that counts the number of times a selection appears, however, it's only working for those that only had a single value selected. Multi-select are NOT being counted.
Is there a way to get counts when there are multiple values in the same cell?
Here's the formula I'm using right now.
=COUNTIF({Request Tracker Range 4 - Request Type}, Category9)