What formula can I use that searches through an array of cells and checks if the cell is empty or not. If the cell is not empty it returns the value in that cell. If the cell is empty it copies the cell above it that is not empty.
The first cell that is checked will never be empty.
The first cell that is checked will never be empty.