How do I always insert last cell from a increasing array ?

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

Guest

In a increasing array of values I want to use always the last value as input
in another formula. Is there a smart trick? Thanks
 
=INDEX(A:A,MATCH(9.99999999999999E307,A:A))

will get the last value in column A.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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