Hi -
I work with a non-profit organization. We provide boxes of food to families in need. I have developed three different tables depending on how, and to whom food assistance goes to.
-
Table with Food Boxes Delivered to Registered Participant.
-
Table with Food Boxes Delivered to Non-Participant.
-
Table with Food boxes to Distribution Partners (other organizations).
Records in each table include:
- Name
- Date
- Zip code
- Number of boxes received.
I want to create a bar chart which shows, for a given date (From filtering)
- Total Number of boxes going to registered participants
- Total Number of boxes going to people not-registered
- Total number of boxes going to other organizations
I was able to create an extra table with sum of ALL services from the three tables. However, I have not been able to figure out how to get it to filter by date.
In excel, I would have used a countifsformula to show # of boxes delivered, for a specific type of recipient (Participant, non-participant, distribution partner) for a specific date. However, i cannot figure out how to do this type of conditional formula in KNACK.
Any other ideas?
Jacob