This is an attendance log. Want to compute how many leaves a certain employee has taken and add that automatically to a certain column in another data sheet. How to do that?
First create a relation in that other table linking the user in it to the log table. Then create a Rollup column to count the rows in the relation.
1 Like