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.
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 cellJ3
.
To add the script below as a custom bound script in your spreadsheet file, you may follow the