View Single Post
  #2   Report Post  
RagDyer
 
Posts: n/a
Default

One way:

=LOOKUP(2,1/(1-ISBLANK(A1:Z1)),A1:Z1)

"cwade23" wrote in message
...
Greetings

I am looking for a formula that will search a row of data until it finds

the
last data in the range i.e. a non-blank cell.

I have a report that is generated from data that is updated monthly into a
worksheet however, I want the report to update automatically after the
new-data is entered each month.

Any ideas?