Last in column formula

E

EAN

I'm trying to get a formula result to return the value in the last filled row
of a column on a worksheet in another book. I've used "LASTINCOLUMN" before,
but can't seem to make it work this time. Additionally, the last row in the
appropriate column contains a subtotal. Could that be throwing me off?

Anyone have any ideas?
 
A

Aladin Akyurek

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

would pick up the last numerical value in column A.
 
Top