Good day,
I have a column of data, and I need to find the previous non-blank cell value. For example, if I have the following data:
I want the (formula) cell to find a reference to the cell containing "book" no matter how many blank cells are inserted between them. It is possible that new rows with blank cells in the column could be inserted between the formula row and the previous non-blank row at any time, and the formula should be able to handle that.
Ideally, I would like to be able to put the formula in any cell on a row to find the nearest non-blank cell above that row in, say, column A.
Tried many option, but non seem to work for my needs.
Any suggestions would be greatly appreciated.
I have a column of data, and I need to find the previous non-blank cell value. For example, if I have the following data:
book | |||
need to find A1 (book) | |||
car | |||
need to find A5 (car) | |||
dog | |||
need to find A8 (dog) | |||
need to find A9 (dog) |
I want the (formula) cell to find a reference to the cell containing "book" no matter how many blank cells are inserted between them. It is possible that new rows with blank cells in the column could be inserted between the formula row and the previous non-blank row at any time, and the formula should be able to handle that.
Ideally, I would like to be able to put the formula in any cell on a row to find the nearest non-blank cell above that row in, say, column A.
Tried many option, but non seem to work for my needs.
Any suggestions would be greatly appreciated.