Excel Formula For Last Non Empty Cell In A Column

[Solved] Excel Formula For Last Non Empty Cell In A Column | Vb - Code Explorer | yomemimo.com
Question : excel formula for last non-empty cell in a column

Answered by : daniel-ferry

'Excel formulas.
'Last filled cell in column A, confirm with Ctrl-Shift-Enter:
=INDEX(A:A,MAX((A:A>"")*(ROW(A:A))))
'Row number of last filled cell in column A, confirm with just Enter:
=INDEX(MAX((A:A>"")*(ROW(A:A))),1)

Source : http://academy.excelhero.com/ | Last Update : Mon, 06 Apr 20

Answers related to excel formula for last non empty cell in a column

Code Explorer Popular Question For Vb