If there is a column of 10 full cells in a row, and you go to the top of the column and hit command + down arrow, it activates the lowest non-empty cell.
I tried to record a macro while using cmd + down arrow, but instead of activating the lowest non-empty cell, it just activates the same cell over and over. I tried .getLastRow().
How do I move to the lowest non-empty cell in a column, or how do I replicate the cmd +↓ behavior?