Apple Numbers: How to find the first non-blank value in a specific column of all rows belonging to the same category?
Disclaimer: I am not very experienced with Numbers, so be gentle ;)
In the table below, for all cells in yellow, I would like to find the value of the first (in fact, only) non-blank cell in column A in each category. So, cells B3-B6 should all show "Option 1", and cells B8-B13 should all show "Option 2".
I would like to do this dynamically, that is, for every category in the spreadsheet, simply copying the appropriate formula from, say, cell B3 and pasting it into all column B cells in the new category should automatically retrieve the correct Option value.
I can "hardwire" it for cells B3-B6 with a simple "=$A$2 and equivalently for other categories, but that gets old very quickly when there are many categories.
I have been messing around with INDEX, MATCH, LOOKUP, etc. but was not able to get a solution.
Any help greatly appreciated!