I know if you can do COUNTIFs on a single value, but I want to the count a value if it has values in 2 different columns.
Yeah! Use a filter
Table.filter(condition 1 and condition 2).count()
Send over a doc example if you need more specific help!
I know if you can do COUNTIFs on a single value, but I want to the count a value if it has values in 2 different columns.
Yeah! Use a filter
Table.filter(condition 1 and condition 2).count()
Send over a doc example if you need more specific help!