Counting the number of times a word appears in a list
I’ve seen this desired pattern many times and the solution is always a bit complex. In my firm, we do this all the time - looking for basic counting metrics to render conclusions and ideally in charts. To overcome this complexity, I decided to create a custom Pack - a simple formula that given a list of terms (or numbers), counts the occurrences and places the results in an adjacent column. Countify( <term>, <list> ) The pack itself is amazingly simple; Coda has found a way to make me ...