A
Akond
Using text function or otherwise, How do I extract the last text-block
from right till the 1st space from right in the string below:
"JOHN SMITH ANYCITY AZ 55555"
How to extact the zipcode?
I could use RIGHT(text,5) but that would not deal with cases that
might have the zip-zip4 as well.
Similarly, How to extact the State? This would always be the 2nd
text-block from the right.
Thanks.
from right till the 1st space from right in the string below:
"JOHN SMITH ANYCITY AZ 55555"
How to extact the zipcode?
I could use RIGHT(text,5) but that would not deal with cases that
might have the zip-zip4 as well.
Similarly, How to extact the State? This would always be the 2nd
text-block from the right.
Thanks.