View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JefKel JefKel is offline
external usenet poster
 
Posts: 1
Default Last Row used in calculation

I have a column with 15 rows. Data is entered down the list - using A1
through A15. Not all rows are used, and the final row entry varies each
time. At A16, a Formula is used to take the last entered row and enter it
into A16.
I've used the IF(ISBLANK(A15),IF(ISBLANK(A14), ... ,A14),A15) - but that is
limited to seven IF statements in a Formula. I've tried the LOOKUP function,
but can't seem to apply it with an ISBLANK series - fifteen times.