Hi folks,
I’m an Airtable rookie trying to do something fairly complex… thanks in advance for the help!
My main table has a list of projects (films) with several additional fields, the most relevant being Completion Date, Revenue, Team Hours Dedicated, and Quality Score.
I’m trying to create another table (or series of tables) with a monthly scorecard which automatically calculates the following metrics on the first day of each month, only for projects which were completed in the last 90 days:
- Total Revenue
- Average Team Hours Dedicated per project
- Median Quality Score
I’ve been trying various combinations of IF statements, DATEADD, etc., but am making little headway.
Any ideas?