Is there any way I can do countifs() function...

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.

  1. a specific user (i.e. useremail())

  2. 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!

0 5 3,926
5 REPLIES 5
Top Labels in this Space