How to extract part of char string in a column by using formula
For example, I have a char column Column 1Cordinate1:N23; Cordinate2:S45Cordinate1:S78; Cordinate2:N85Cordinate1:N67; Cordinate2:N90Cordinate1:S33; Cordinate2:S74 Now I am only interested in the infonation for Cordinate2 North, so I would like to create a new column by using some formula to extract the Cordinate2 N data. The results should look like this: Column 1 ...