Forum Discussion
Epinephrin
6 years agoRegular Visitor
How can I count the values without VLOOKUP?
Hello everyone, I would like to check if a value in column A already has any value in column B (no matter which one). Normally I would solve the problem with VLOOKUP: =IF(VLOOKUP(A1;$A$1:$B$...
- Anonymous6 years ago
Hi Epinephrin ,
Something like below?
Column = IF('Table'[Column1] in VALUES('Table'[Column2]),"YES","NO")Best Regards,
Jay
Anonymous
6 years agoNot applicable
Hi Epinephrin ,
Something like below?
Column = IF('Table'[Column1] in VALUES('Table'[Column2]),"YES","NO")
Best Regards,
Jay