View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.newusers
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Last cell in row range with a result

You might also try:
=LOOKUP(2,1/($3:$3<""),$3:$3)

"George" wrote:

Gary''s Student wrote:
if you have a row of data , say row 3, with no included blanks, then the last
value in that row is:

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


How are formulas that have no results treated.