Count number of rows in column, with matching character
Hi, I'm trying to wirte a jsl code to get a count of the number of strings(rows) with a certain specified characters at a certain position within the column.Eg. I want to get the count of the number of the rows containing sting "1" between the rows containing only three "P" charactersIn this case, the row count would be 26. Please advice. Thanks,Jackie