This project includes two scripts:
- Count blank rows on a given sheet: Traverses through all of the used-range on a given worksheet and returns a blank row count (data only).
- Count blank row on all sheets: Traverses through all of the used-range on all of the worksheets worksheet and returns a blank row count (data only).
Note: In this case, blank row is any row where there's no data (can have format).
This sheet returns blank rows of 4
This sheet returns blank rows of 0 (all rows have some data)


