View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\) Rick Rothstein \(MVP - VB\) is offline
external usenet poster
 
Posts: 2,202
Default Function to find last value in a column

I not very experienced at creating functions as you can see.
I want to place this function if Cell d5 and have it display the value of
the last cell in column AD.


If that is all you want to do, just use this formula in D5...

=LOOKUP(2,1/(AD1:AD65535<""),AD1:AD65535)

Rick