Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9633

Google Spreadsheet Advanced Conditional Filter

$
0
0

Let's say I have a money "Transactions" Table with columns: [Timestamp, Account, Category, Inflow, Note, Group].

I would like to use FILTER() function to display it in another page with 5 selectable filters from the following dropdowns: Account, Group, Category, TimestampMonthLowerLimit, TimestampMonthUpperLimit and that's okay until here with

=FILTER(Transactions; Transactions.Account=AccountDropDownCell; Transaction.Category=CategoryDropDownCell; ...)

The fact is that I need an extra option for EACH dropdown (even a side checkbox would work) which takes for example all accounts, or all categories, etc... And the chance to combine those filters in modular way just like the spreadsheet native filter for tables if i choose to not filter at all. Something like: Ok, apply this filter, or do not and show them all.

I hope it was clear enough!

How would you do that?


Viewing all articles
Browse latest Browse all 9633

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>