Hi All,
I am starting my journey with VBA, so sorry when this was already posted before, but I couldn't find satisfactionary response.
What I would like to do is to compare all values from Col 1 and Col 2 starting from the second row, and if the values match (if any of the value from Column 1 is in Column 2 or other way around, they should be displayed in 'Matching values'.
In this case, I would expect values 1QWE, 2ASD, 1ZXC to be displayed in Matching values column when I press the button 'Check' with assigned macro. I would highly appreciate your support!
I am starting my journey with VBA, so sorry when this was already posted before, but I couldn't find satisfactionary response.
What I would like to do is to compare all values from Col 1 and Col 2 starting from the second row, and if the values match (if any of the value from Column 1 is in Column 2 or other way around, they should be displayed in 'Matching values'.
Column 1 | Column 2 | Matching values | |
1QWE | 2AsD | ||
2asD | 2LLO | ||
1ZXc | 1qwe | ||
4ASZ | 1zXC |
In this case, I would expect values 1QWE, 2ASD, 1ZXC to be displayed in Matching values column when I press the button 'Check' with assigned macro. I would highly appreciate your support!