How can I count the number of clients a user has created?

The easiest way to do this would be to create a multi-relation that relates the Business column to itself. This will find all instances/rows for each business in this sheet. Then all you’d have to do is add a Rollup column that counts the number of matches (from that multiple relation).

3 Likes