Hello -
I need to identify and count , on a row by row basis, each occurrence of a sequence of five cells that each contain the number "8" . I am looking for the results to be something like: Row 1 = 2, Row 2 = 3, Row 3 = 1, Row 4 = 2 etc... with the "= n" being the number of times in that row that there exists a sequence of five cells that contain the number "8". Seems like it should be simple(?) but so far I can not find a solution. Thank you!
I need to identify and count , on a row by row basis, each occurrence of a sequence of five cells that each contain the number "8" . I am looking for the results to be something like: Row 1 = 2, Row 2 = 3, Row 3 = 1, Row 4 = 2 etc... with the "= n" being the number of times in that row that there exists a sequence of five cells that contain the number "8". Seems like it should be simple(?) but so far I can not find a solution. Thank you!