View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.newusers
George[_2_] George[_2_] is offline
external usenet poster
 
Posts: 4
Default Last cell in row range with a result

Gary''s Student wrote:
That cell will be reported if it is the last cell in a row. For example if
the last cell in a row contains:

=INDEX($3:$3,COUNTA($3:$3))

then a blank will be reported.

Thanks