Need function to return text value

G

Guest

I have several columns with zero values (0), and one column that contains
text value. On another cell, I would like to have a formula/function that
searches the entire row, and return only the text value. Any help is highly
appreciated.

Thanks.
 
G

Guest

Assuming your data in row 1

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

ctrl+shift+enter, not just enter
 

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

Top