Hi guys,
Could you please help me with a code which would split Address string as per the pic attached?
- there are two types of inputs:
1) the one which starts with "~" after ";" and is structured - i.e. has 3 strings (first two separated by "," + "~" country) and
2) the one which contains street starts right after the separator ";" - which is the free text input. This one is a free text and I want it placed as a whole in a "street column" with only country split in "country location column". I do not care about the zip so this can be ignored.
Please note all the strings end with with country (separated by "~") input which is mandatory and needs to be populated to "location country" column.
Thanks a million!
Jay
Also posted VBA code for location string split [SOLVED]
and Split of the address string into separate lines as per defined structure - OzGrid Free Excel/VBA Help Forum
Could you please help me with a code which would split Address string as per the pic attached?
- there are two types of inputs:
1) the one which starts with "~" after ";" and is structured - i.e. has 3 strings (first two separated by "," + "~" country) and
2) the one which contains street starts right after the separator ";" - which is the free text input. This one is a free text and I want it placed as a whole in a "street column" with only country split in "country location column". I do not care about the zip so this can be ignored.
Please note all the strings end with with country (separated by "~") input which is mandatory and needs to be populated to "location country" column.
Thanks a million!
Jay
Also posted VBA code for location string split [SOLVED]
and Split of the address string into separate lines as per defined structure - OzGrid Free Excel/VBA Help Forum
Attachments
Last edited by a moderator: