Hello!
I am a decent excel user (but not good at macros). Here is the issue:
I have a list of 5000 addresses in column A, In column B there are 200 addresses which are to be removed from column A (It has to be a exact match) and also in column C I have name of the streets (50 entries), i also want to delete all the addresses which have the street names same as in column C. This list will be updated and I need a very quick way to get the list, I guess the standard way of doing it is declaring three arrays and then comparing but It takes a lot of time (I can have a power nap!). Any help in this regard will be greatly appreciated!
I am a decent excel user (but not good at macros). Here is the issue:
I have a list of 5000 addresses in column A, In column B there are 200 addresses which are to be removed from column A (It has to be a exact match) and also in column C I have name of the streets (50 entries), i also want to delete all the addresses which have the street names same as in column C. This list will be updated and I need a very quick way to get the list, I guess the standard way of doing it is declaring three arrays and then comparing but It takes a lot of time (I can have a power nap!). Any help in this regard will be greatly appreciated!