Finding last value in a column

  • Thread starter Thread starter BadgerWI
  • Start date Start date
B

BadgerWI

Dear Folks,

I'm attempting to setup a chart that tracks a value that
changes monthly, (CPI). Each month I add a row to the
column with the latest value.

How do I write a formula that will identify the last
value in a column so that I can do calculations on the
month to month change, annual change, etc..

thanks

Using Excel 2003
 
Thanks,
Question #2, is there a function that will return the row # of that value?
 
Hi
if you only have numeric values try:
=MATCH(9.99999999E307,A:A)
 
That's a bit inelegant, but it works !

Even adjusts when I add a new row !

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top