Forum Discussion

webportal's avatar
webportal
Icon for Impactful Individual rankImpactful Individual
6 years ago

Check if value in column B exists in column A

Using Power Query, I need to check for each row of MyTable if the value in column B exists in column A. If it does, then that value should be returned, then an empy field. This is the code I'm tryi...