Livin404
Well-known Member
- Joined
- Jan 7, 2019
- Messages
- 774
- Office Version
- 365
- 2019
- Platform
- Windows
Hello, I have a large database and one of the columns represents a Country or a State within the US. I'm using the three letter code for the country and the two letter code for the state.
After using a pivot table I intend on using a map. Since I cannot have both countries and states in one column, I need to have two MAPS. One for the US and one for everything else.
All my location codes (countries/state) go in Column D within the Database.
I need a macro will it will go through all of Column D that has data
. then I need the code that will specifically look for date within only two letters in column D. If there is I need letters move to Column E using the offset code.
Thank you,
After using a pivot table I intend on using a map. Since I cannot have both countries and states in one column, I need to have two MAPS. One for the US and one for everything else.
All my location codes (countries/state) go in Column D within the Database.
I need a macro will it will go through all of Column D that has data
Excel Formula:
Range(Range("D2"), Range("D2").End(xlDown))
Thank you,