extract a particular sting
Hi, I want to extract the bin values from the rows and store in the list. For example- BIN = "B" 8 "Bad Bump" -> I want to extract letter "B" from the string and store in the listBIN = "P" 6153 "PCM" -> I want to extract letter "P" from the string and store in the list and likewise for all the rows containing bin Here is what I tried so far. It only extracts the row 13Names Default To Here( 1 )
...