Hi, I'd like to add a column to my data that counts how many times a cell appears in a given column.
Options
Best Answer
-
Hello
You want to use a Group step/Action:
by default this will return a Count of all the rows, but you can edit to group by column(s). In this case count by Country:
0
Answers
-
Thanks Josh, this is what I needed to know :)
1