I run nonprofit organization and we accept both one-time and recurring donations. Each month I update a spreadsheet with our most recent income data. The spreadsheet is laid out like this:
First Name, Last Name, Email Address, Date of Donation, Amount, Number of Installments
Let's say John Smith pledged $20 per month for a year on 9/1/10; his donation on 9/1/10 would appear just as you'd imagine. But on 10/1/10, his $20 donation would appear again, this time without the number of installments listed in the last column (it would just be left blank). Same would be true on 11/1/10, and so on.
Now let say that Jane Doe made a one-time contribution of $25 on 9/1; the last column in the entry is left blank because the donation does not recur.
Here's how the above example would look on my spreadsheet:
John, Smith, john@gmail.com, 9/1/10, $20, 12
Jane, Doe, jane@gmail.com, 9/1/10, $25
John, Smith, john@gmail.com, 10/1/10, $20
John, Smith, john@gmail.com, 11/1/10, $20
You get the idea. I want to be able to count the number of new donors in a given month. Using the example above, there were two new donors in September and zero new donors in October and November. The actual spreadsheet is hundreds of rows long and spans the past two years.
Bonus question: I'm not sure whether this one is possible, but it would be fabulous if I could either 1) count down the number of installments a donor has left, or 2) indicate a "Date of Final Installment" as a column beside the number of installments. Any idea how I could do one or both of those?
Thanks very much for your time.
Bookmarks