Apple Numbers: copy values or write "Absent"
I have two tables: in **Table 1** I have the names of the students who registered for the examination, in **Table 2** I have the names who actually showed up for the examination.
I would like to set up a function that allows me to say for each name present in Table 1: if it is present also in Table 2, then copy its vote; if it is not present in Table 2, write "Absent".
Is this possible?