I have been sent a list of contacts, and the address is a 3 row cell (Column E) called address of which some addresses have 1 or 2 or 3 fields. If it's 3, the third is almost always the suburb, and if it's 1 it's never. The Majority of times it's 2 rows, it's Suburb in the second row.
I am trying to extract the suburb from the address field and insert it into the next column called suburb.
I do have post codes for almost every address, so I guess we could extract Suburb that way, but I don't know how to cross reference and populate it.
I expect this isn't simple and probably isn't worth worrying about fixing with automation, but in case it is moderately straight forward, I'd be keen to hear about it.