I have a spreadsheet with some values in column G. Some cells are empty in between, and I need to get the last value from that column into another cell.
Something li
This one works for me:
=INDEX(I:I;MAX((I:I<>"")*(ROW(I:I))))