Can somebody show me how to search and count for the string. If i have a set of data,i.e.
"0012", "0034", "0055"' "0099"
"0013", "0032", "0012","0099"
let's say i chose the 1st string(at the 1st line),"0012", and based on this string, i would like to search and count that string at the 2nd line.
My intention is to search and count that string from the different line.:rolleyes: