Forum Discussion

rdstone230's avatar
rdstone230
Regular Visitor
2 years ago

Extracting two letter State abbreviation from Address Field

I'm looking to extract the two letter State abbreviation from an address field that has an inconsistent pattern.  I tried filtering as: =List.Select(Address Field, each Text.Length(_) = 2) but the ...