Finding next empty/non-empty cell in Numbers?
This is a follow-on to how do I move/find the next non empty cell in a column in numbers on a macbook pro is there a short cut because I have the same question and wasn't able to find a reasonable answer. The closest one seemed to be an apple-script solution, but I couldn't figure out how to use that (perhaps because I'm using Numbers v. 5, [on High Sierra, on a MacBook Air] or perhaps because I'm not that versed in using apple-scripts)
My usage scenario is as follows:
I extract a bunch of data from a brokerage statement, and get it nicely formatted in Numbers.
I want to sort the data by the "Amount" column, however, since multiple consecutive transactions for a given security only have the security entered on the first transaction, if I sort the data I'll have a bunch of lines that don't have any security associated with them and the context (from being consecutive) will have been lost due to the sorting.
The simple fix is (before sorting) to find each blank cell in the "Security" column and copy the contents of the cell above into the empty cell - and then repeat the process until there are no empty cells within that column.
The problem is that there doesn't appear to be any [easy?] way to jump down to the next (or previous) empty cell within the column (as there is in Excel):
- Over the course of time this will allow you to find the empty cells, but when you're talking about a table with hundreds (if not more) of rows this is excruciatingly slow
- Shift-Control-Down-arrow (selects all cells in column to bottom of sheet)
- Shift-z-Down-arrow (selects all cells in column to bottom of sheet)
- Shift-Control-z-Down-arrow (selects all cells in column to bottom of sheet)
- z-Down-arrow
- Control-z-Down-arrow
- Shift-Option-Down-arrow (selects original cell and cell in column in inserted row)
- Shift-Control-Option-Down-arrow (selects original cell and cell in column in inserted row)
- Shift-Control-Option-z-Down-arrow (selects original cell and cell in column in inserted row)
- Shift-Option-z-Down-arrow (selects original cell and cell in column in inserted row)
- Control-Option-Down-arrow (selects original cell and cell in column in inserted row)
- Control-Option-z-Down-arrow (selects original cell and cell in column in inserted row)
- Option-z-Down-arrow (selects original cell and cell in column in inserted row)
I think that covers all the possible [logical] key-combinations.
Given the amount of redundancy, if the ability to do what I want exists - it could easily be mapped to one of the various key-combinations.
So the questions remains:
- Is this ability possible in Numbers?
- If so, how?
- If not, why (and can it be implemented in a future version)?
Numbers-OTHER, macOS High Sierra (10.13.3)