Function

  • Thread starter Thread starter Aladin Akyurek
  • Start date Start date
A

Aladin Akyurek

I guess you want the last numerical value... Try:

=LOOKUP(9.99999999999999E+307,A:A)
 
Would anyone be able to tell me how to do the following:

I have a list of figures, which will be added to at th
ebottom of the list on a daily basis. I would like, in
another cell within another worksheet, to always return
this last figure from the list.

Any ideas?

Many thanks
 
If the list were in A1:A20, you could use:

=LOOKUP(9E+307,A1:A20)

HTH
Jason
Atlanta, GA
 
Back
Top