How to check if a column contains a given string (exactly)
I have a column with id's. I want to check if a given id is already in that column, how do i do that?
My current code is
This however, does not work.
Thanks!
My current code is
This however, does not work.
Thanks!