Hello,
Trying to do some advanced find and replace. Would normally use index match, but there's a few reasons I think there may be a better VBA solution.
I have the names of United States Regions in Column A. Sometimes there are multiple regions ... I.e., Cell A5 could say "U.S. Midwest" and Cell A6 could say "U.S. Midwest, U.S. Northeast"
In Column B I have the names of all regions in the united states from B2:B13 Cell B7 says "Northeast"
In Column C I have the states that comprise each region, from C2:C13. Cell C7 says "Main,Vermont,Connecticut," etc ...
How do I tell VBA to find and replace the region names in Column A, with the end states in Column C?
Any tips? Thanks!
Trying to do some advanced find and replace. Would normally use index match, but there's a few reasons I think there may be a better VBA solution.
I have the names of United States Regions in Column A. Sometimes there are multiple regions ... I.e., Cell A5 could say "U.S. Midwest" and Cell A6 could say "U.S. Midwest, U.S. Northeast"
In Column B I have the names of all regions in the united states from B2:B13 Cell B7 says "Northeast"
In Column C I have the states that comprise each region, from C2:C13. Cell C7 says "Main,Vermont,Connecticut," etc ...
How do I tell VBA to find and replace the region names in Column A, with the end states in Column C?
Any tips? Thanks!