View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
stevec stevec is offline
external usenet poster
 
Posts: 177
Default Lookup the 2nd to last cell used in a column

How do I modify this:

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

which looks up the last value in a column so it instead retrieves the second
to last value in a column, third to last value in a column, fourth to last,
etc.

offset this value -1 somehow? or -2, -3 etc... not sure how to use OFFSET

thanks very much!