Hello all.
I would like to understand if it is possible to use a countif function before the final output.
Let me explain better.
The Triggers entry are like 1k per day. I would like to send this data on g-sheet (but after a short time it would explode :D)
So I thought about using filters and if it was possible that the g-sheet would return only the sum of these entries (for example if the trigger is activated only once a day).
The final output should be like:
Filter A = 200 entries
Filter B = 500 entries
Filter C = 300 entries
without 1000 rows but only one row with the sum of the day
Ty,