Use the only the last value in a column in a formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I use only the last value in a column of numbers to add in a formula
elsewhere? For instance if I have a long column and add a new number to that
column each week, I only want to use the last added number in my formula
located elsewhere on the worksheet.
 
=LOOKUP(9.99999999999999E+307,A:A)

with the numbers in column A

--
Regards,

Peo Sjoblom

Portland, Oregon
 
Thank you Peo. It works great even though I don't quite understand it.
 
Dale V said:
... It works great even though I don't quite understand it.

Try Bob Phillips' excellent page on the subject at:
http://www.xldynamic.com/source/xld.LastValue.html

The formula which Peo gave can be found under part:
#002 - Searching For Largest Possible Number Using LOOKUP

How it works and the associated constraints are also covered, amongst other
details.

Look through the entire white paper, it's really a fine piece of
craftsmanship there ..

---
 
Thanks Max. I have a good understanding now how it works. I was even able
to make a few modifications for my application and it works fine. Thanks for
the websites.
 

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