I’d like to create a column that displays the number of times a specific number (which is the name of an individual record) appears in a linked cell.
For example:
I have a single cell with linked records. Each linked record is named with a specific number ranging from 0-10, so it looks like this:
[7] [0] [5] [9] [0] [8] [5] [7] [3] [7] [7] [3] [10] [7] [2] [7] [0]
Looking at the single cell, there’s a bunch of of linked records with the name ‘7’. Is there a formula that can determine how many times ‘7’ appears in that cell?
The ‘count’ option only counts the total number of linked records, but not how many times a record with the same name appears.
Thanks in advance