I have two columns of data, one for all employee names, and one for employees who participated in the punch-in. And I use “read range” to store them as “Name” and “punchname”.
When looping the “punchname”, I want to judge whether each name exists in the “Name”.
This is my error, I want to know how to solve.