I have two tabs.
In one tab there is a list of peoples names, contributions, and the date of the contribution they have made
In the second tab are the list of contacts(the peoples names from above) with the sum of the contributions they have made in tab 1
I want to be able to run a filter (or something simple) where on the second tab. I can put in a date range and based on that date range it will show the sum of the contributions only within that range (right now it goes from the beginning of time to the present)
I want to be able to change the date range easily and often.
How can I accomplish this.