Excel extract one word from the any part of the string
问题 I have the string containing the address, which sections are divided by commas. Outside Locksbrook Campus (Bath Spa University) Locksbrook Road, Bath, CB1 3QQ located in the D19 cell I would like to extract the name of the city from this string, which is "Bath". The name of the city is always to be placed before the postcode. I have managed with it in 2 steps. First I extracted everything before the last comma, like here: Excel IF statement for trim function =MID(D19,1,FIND("@",SUBSTITUTE(D19