Forum Discussion
_neok
Sep 13, 2020Copper Contributor
Replace multiple values in columns
Hello everyone, I want to remove all the values in one column from another column. For example: Column A Column B 1111-2222 0123-4567 2222-1111 6666-5555 3333-4444 45...
SergeiBaklan
Sep 13, 2020Diamond Contributor
If delete matched values in cells, that's with VBA programming.
If generate new column without matched values that could be like
If generate new column with empty cells instead of matched values, that could be formula, just bit more complex.