Excel Function

D

DSS

how do I write a formula in Excel that returns the last value in a column of
figures? This column grow in length as numbers are added daily
 
R

RagDyer

Try this:

=LOOKUP(9.99999999999999E+307,A:A)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


how do I write a formula in Excel that returns the last value in a column of
figures? This column grow in length as numbers are added daily
 
W

ww

try this:
=OFFSET(A1,count(A:A)-1,0)
You can change this formula until it returns the right result.
 

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

Top