I’ve read many Count Records threads, haven’t found my answer.
Table A lists organizations (schools) I’m tracking. Schools have attributes such as public/private, updated/not updated.
Once a month or so (automated if possible) I want to count how many schools meet various criteria and record in Table B
So Table B will be:
Fields:
Date, Public Updated, Private Updated, Public not Updated, Private not Updated, etc.
Records:
1/1/2022, 200, 400, 100, 200
2/1/2022, 250, 450, 50, 150
3/1/2022, 300, 500, 0, 100
Automation? Script? Rollup?
Also—even if I could find the calculation that would give me those #s, I can’t use a calculated field because it will be current, obviously. I need to the calculation on the 1st of the month and then paste # into those fields.
Thanks in advance!