I have a spreadsheet that I have used code to allow multiselect options from a pull down menu and separate those selections into one cell using a comma. This has worked successfully, what I need now is the formula to count each time each one of those in the pull down menu is selected to provide an updated total. The formula I had tried to use is =SUM(TRIM(TEXTSPLIT(TEXTJOIN(",",,$U$36:U75),","))=U77) and although it does not provide an error code, it does not return any values.