How do I get the last value of a column in an Excel spreadsheet?

Posted by Chris on Super User See other posts from Super User or by Chris
Published on 2012-02-08T15:04:15Z Indexed on 2014/08/18 16:31 UTC
Read the original article Hit count: 267

Filed under:

In column A, I have dates. In column B, I have my body weight logged for the day. I add one row to each every day when I weigh myself, so this means the data is sorted by date ascending. The weights, of course, fluctuate (though it would be nice if they would go down every day for my own personal benefit).

For a couple of calculations, I want to get the latest (or last) weight entered in column B. Not the max or the min, but the last one entered in the column. I want it to work no many how many rows I enter.

I use Excel 2007, if that ends up mattering.

© Super User or respective owner

Related posts about microsoft-excel