Function to search a row of data.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Thanks for this however, the data is on a different worksheet then the one
where this formula resides. Where do I reference "sheet2"?
 
Try this:

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

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================
 
cwade23 said:
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?

What kind of data - numbers, dates, times, or just text?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top