https://docs.google.com/spreadsheets/d/1St7OTtb69rj00qsq_C7vhtSD1VEUVUL9ekAmguBcc-M/edit?usp=sharing
the case above shows:
THE QUESTION:
is there any formula that can combine both filters (city and country) so that we got the expected result as shown in cell J2:J9??
use:
={FILTER(A:A, B:B="yes");
FILTER(D:D, E:E="yes")}

or:
=FILTER({A:A; D:D}, {B:B; E:E}="yes")

or:
=QUERY({A:B; D:E}, "select Col1 where Col2 = 'yes'")

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With