I have a probably very silly question but I cant seem to find an answer anywhere on the forum.
Is it possible to count the number of instances within a ROW instead of a column?
For example
ID | Name | Location | Name | Location
1 Smith BAS Johnson BAS
2 Jones Hosp Williams Hosp
Using the above information, I would like to use a formula/VBA to count the total times BAS appears within a row in a specified table (i.e. BAS = 2 or Hosp = 2). Is that possible? Thanks.