Hello, I’m new to Airtable. That’s why I’m asking for help with something I can’t solve.
I have two tables. One is Class Attendance and one is Lesson List. The Class Attendance table includes student names, student ID rows and course dates columns. If I write the value of 1 in the course date column, the student is enrolled in that course. If I leave it blank, it is not entered. And I also created a formula column and wrote this formula.
( COUNT({2021-10-05},{2021-10-06},{2021-10-13},{2021-10-23}) / COUNTALL({2021-10-05},{2021-10-06},{2021-10-13},{2021-10-23}) ) *100
This formula is the number of courses taken by the student/total number of courses. The result is the student’s success score.
In the Course List table, I wrote the course dates, assuming that the course dates were determined in advance. I opened a new column and put a checkbox. I will tick the checkbox after that lesson is complete.
What I want to do is to automatically create a new column in the Class Attendance table after I tick the checkbox in the Lesson List table. I will go to that column and write 1 if the student has attended the class. If not, I’ll leave it blank. But let that added column be added to my formula. And I want the formula to work again automatically.
I cannot apply this event that I can express verbally. What should I do? Can you help me?.