Hi,
I have found several solutions in here on how to count the highest number of consecutive blank cells in a single row, like so;
=LARGE(FREQUENCY(IF(A10:N10<>"","",COLUMN(A10:N10)),IF(A10:N10="","",COLUMN(A10:N10))),1)
This works like a charm. However, how do I go about counting the...