Hey @hrwatkins86 do your event names have consistent and predictable names? I'd imagine you could just create a view that filters by todays date (or date you want to check) and filters based on the event names. Check this out:
Table Setup:
Desired Output in New View - Sums of Items Received And Delivered:
Filter Conditions - note: use the 'add condition group' option at the bottom, to encapsulate both Events with an OR statement (Event 1 or Event 2)
Finally, add a grouping based on date to have Airtable sum the values.
Let me know if that worked for you!!