The formula to operate in shhet2 please.

S

Steved

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
 
B

bj

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

Steved

Thankyou bj

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

Thankyou.
 
Top