Hello.

I need a cell function that tells me on which cell the last non blank cell is at.

I have 300 rows with numbers in column A. Row 301 - 310 are blanks and than there are some rows with numbers from 311 to X.

How do I find the last row in column A that are not blank? I want it to be dynamic.


/Anders