Hi All,
I am trying to figure out how I would go about finding the first number in a string and after that extract all the values after the number.
For example, asdfadsfadsf 3 My Address City, State ZipCode. Therefore, I want to extract 3 My Address City, State ZipCode.
The excel sheet I am working with has 8 separate columns for addresses that I used the "&" to combine everything together. From there, I want to extract a substring from all the 8 columns that I have combined. It is this way because it includes international addresses, but currently I am trying to just address US addresses that includes numbers first for most cases. I want to specifically only extract the address portion.
I asked a similar question last year, though I believe that was much more complicated. Below is the link for reference:
http://forum.chandoo.org/threads/he...cell-text-with-3-edge-cases.16206/#post-98468
I have tried using the formulas there and tailoring it for this situation but it has been futile. any help in this matter is greatly appreciated!
Thank you!!
I am trying to figure out how I would go about finding the first number in a string and after that extract all the values after the number.
For example, asdfadsfadsf 3 My Address City, State ZipCode. Therefore, I want to extract 3 My Address City, State ZipCode.
The excel sheet I am working with has 8 separate columns for addresses that I used the "&" to combine everything together. From there, I want to extract a substring from all the 8 columns that I have combined. It is this way because it includes international addresses, but currently I am trying to just address US addresses that includes numbers first for most cases. I want to specifically only extract the address portion.
I asked a similar question last year, though I believe that was much more complicated. Below is the link for reference:
http://forum.chandoo.org/threads/he...cell-text-with-3-edge-cases.16206/#post-98468
I have tried using the formulas there and tailoring it for this situation but it has been futile. any help in this matter is greatly appreciated!
Thank you!!