Hey all,
I'm just getting started with Alteryx and am having trouble replicating a simple excel function. I've looked on the community for an answer, but am not sure there is a topic that directly addresses this questions.
I would like to check whether a value in a specific cell (i.e. ABCDE123) exists in a column in another input file. This is very similar to excel's MATCH function combined with an ISNUMBER. If that value exists in the column, I'd like it to return "True". If not, I'd like it to return False.
Any help you could provide would be appreciated!
Best,
AB