Is there any way I can do countifs() functions directly in AppSheet. I need to count something based off of 3 criteria. For example, I need a formula that examines the following sheet and gives me a running count based off of 3 columns.
a specific user (i.e. useremail())
a specific type of service (i.e. Type 1) 3. has a specific status (i.e. Pending).
Iโve tried using the count(select(in())) function in a virtual column, but I can only get it return a single column of data, or compare a single โvalueโ when counting. I canโt seem to nest it with โif()โ or โand()โ. Any ideas?
Thanks!
User | Count |
---|---|
31 | |
13 | |
3 | |
3 | |
2 |