Is there a simple in-built function to select adjacent values from the last non-null row for a certain column?
In the below example the last non-null value in Column A is "E", and I'd like to select the corresponding value "13" from the next column.