I want to create a function returning the count of contiguous non-blank/non-zero cells at the bottom of a column in a table.
My thoughts are to first select the bottom cell in the "Table1" in the column named "Rem". Starting there, I would loop through each cell above, increasing a counter by...