Home > Blockchain >  How to count groups of non-blank cells and blank cells
How to count groups of non-blank cells and blank cells

Time:08-31

I am creating a calendar/tracker where a user inputs values into the "Work" column and the spreadsheet should essentially count those cells and the blank cells afterward in order to output values into the "Start Day, End Day, Work Length, and Cycle Length" columns. I'm looking for formulas that can calculate each value in these 4 columns.

enter image description here

Note: This will also dynamically work on any months & ranges you define. E.g. you can also use =CUSTOM_FUNC(LEFT(H1,3),I3:I33) for the February month on cell J3.

To add the script below as a custom bound script in your spreadsheet file, you may follow the enter image description here

References

  • Related