Hello,
My case is as following:
I have a database of event participants with their respective participation period (start date and end date) as in below example:
Name Start Date End Date
Julie 11/03/2019 24/04/2019
Tom 25/03/2019 15/04/2019
Jeff 05/04/2019 23/05/2019
Brad 12/05/2019 19/06/2019
John 24/04/2019 10/06/2019
I need a function/formula/command which would let me filter participants by date range for finding answers for below questions:
- Who participated during the time period of, for example, 25/05/2019-05/06/2019?
- How many participants were there in, for example, April?
- To see the big picture on participation level by month/date range in chart.
The methods that I tried allow only filtering by either start date or end date, so I cannot use both of them for formulating an interval.
Thank you in advance.
My case is as following:
I have a database of event participants with their respective participation period (start date and end date) as in below example:
Name Start Date End Date
Julie 11/03/2019 24/04/2019
Tom 25/03/2019 15/04/2019
Jeff 05/04/2019 23/05/2019
Brad 12/05/2019 19/06/2019
John 24/04/2019 10/06/2019
I need a function/formula/command which would let me filter participants by date range for finding answers for below questions:
- Who participated during the time period of, for example, 25/05/2019-05/06/2019?
- How many participants were there in, for example, April?
- To see the big picture on participation level by month/date range in chart.
The methods that I tried allow only filtering by either start date or end date, so I cannot use both of them for formulating an interval.
Thank you in advance.