Can anyone suggest a formula to automatically comment a cell when rows with given number consecutive columns has same entry example:
A B C D E F G H
1 0 0 0 0 5 6 7 18
2 0 0 5 6 7 0 8 26
3 0 5 0 0 0 0 0 5
row 1: there are minimum 4 '0' in consecutive columns, so H1 is sum of A1:G1 = 18 and automatically comment cell H1 "there are 4 zero"
row 2: because there are no 4 '0' in consecutive columns, H2 is 26 , and no comment
row 3: there are 5 '0' in consecutive columns, so H3 is 5 and automatically commented cell H3 "there are 5 zero"