How do I color the row of a table if the value of a field is absent from another table?

Say I have 2 tables, both with a "name" field. I want a row in table 1 to be red if the name from that row is absent from table 2. How can I do that?

@jlGarcia Check out this post,

1 Like