Question for your great very smart people.
i have about 300 rows of data in column a
the each cell contains a text line such as
"PPF.MP.001.001.001.002_1-3-2_CA0531_ADD3232 Test 1"
I am trying to Parse out the CA0531 and save it to an array. Each row will have a different number after the CA
I am not sure exactly how to find the CA and then pull the 4 numbers after. Any suggestions?
i have about 300 rows of data in column a
the each cell contains a text line such as
"PPF.MP.001.001.001.002_1-3-2_CA0531_ADD3232 Test 1"
I am trying to Parse out the CA0531 and save it to an array. Each row will have a different number after the CA
I am not sure exactly how to find the CA and then pull the 4 numbers after. Any suggestions?