The formula to operate in shhet2 please.

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

Guest

Ok the data is on row 1 of sheet1 but I would like the below formula to
operate from Sheet2 please. What needs to be done please to accomplish this.

=INDEX(1:1,MATCH(TRUE,1:1<>"",0))

Thanks in Advance
 
Is there only one cell in Sheet1 row 1which is not empty?
=index(Sheet1!1:1,match(criteria,sheet1!,1:1,0)
 
Thankyou bj

Is it possible with your formula to ignore Column A, then find data in a Row.

Thankyou.
 
Is it possible with your formula to ignore Column A, then find data in a

=INDEX(Sheet1!B1:IV1,MATCH(TRUE,Sheet1!B1:IV1<>"",0))

Array entered.

Biff
 

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