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 1, until I came to a non-zero value cell (there will be only blank or zero values in the 'blank' cells, no text or formulas).
How do I select that bottom cell in the named column?
I'm using Office 365.
TIA,
robtperk
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 1, until I came to a non-zero value cell (there will be only blank or zero values in the 'blank' cells, no text or formulas).
How do I select that bottom cell in the named column?
I'm using Office 365.
TIA,
robtperk