Page 1 of 1

Re: Filtering base on participants response

Posted: Sat Nov 09, 2019 4:42 pm
by MAgojam
Hi, @ds081227.

You should use the Filter function like this:
FILTER(MaritalStatus, MaritalStatus != 2 and MaritalStatus != 4)

Cheers.
Maurizio

Re: Filtering base on participants response

Posted: Mon Nov 11, 2019 1:01 am
by jonathon
maurizio is right, but if you use a row filter, you don't need to use the `FILTER()` function at all:
Screen Shot 2019-11-11 at 12.00.38.png
Screen Shot 2019-11-11 at 12.00.38.png (458.66 KiB) Viewed 1929 times