Hi everyone,
I’m using Airtable to help reformat some .csv attendance sheets that are a pain. There is only one export option that comes in as Person ID for the primary field, then each event comes in as a text field with an X to mark attendance.
I’m going for a way to count total # of attended events in a month. I’ve been using the FIND function to find “X” and give me a total, but I haven’t figured out the correct way to FIND across multiple fields (ie - all January events, etc.). I’m new to formulas, so I’m not even sure I can.
This works fine for a single event, but I need to find a way to include multiple event fields.
FIND(“X”, {Jan 8, 2019 AM Meeting})
Thoughts are appreciated! Thanks!