View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_5_] Bob Phillips[_5_] is offline
external usenet poster
 
Posts: 620
Default Last cell in column

=INDIRECT("A"&MAX(IF(NOT(ISBLANK(A1:A100)),ROW(1:1 00))))

It's an array formula, so enter with Ctrl-Shift-Enter.

--

HTH

Bob Phillips

"Apfreight" wrote in message
...
Searching for a command that will show me the LAST value in a column. Not

the
largest, but the last. Any help0 greatly appreciated.