View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Referencing the latest entry in a column

Try
=LOOKUP(2,1/(A1:A65535<""),A1:A65535)

If this post helps click Yes
---------------
Jacob Skaria


"John" wrote:

I want to reference the latest entry in a column. So that every time the
column is updated, and subsequently has another cell added to it, I don't
have to update the formula for referencing it.