In Excel, find the value on the last row as a function, not VBA
Here is a quick post, how to find the value of the last cell in a column.
Exaample below uses Column A with the first 3 rows used for the header:
=INDEX(A:A,COUNT(A:A)+3)
Tags: Excel, function, last row, not VBA
This entry was posted
on Monday, July 20th, 2009 at 7:58 am and is filed under Random.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.