![]() |
Need function to return text value
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. -- when u change the way u look @ things, the things u look at change. |
Need function to return text value
Assuming your data in row 1
=INDEX(1:1,MATCH(TRUE,(1:1<0),0)) ctrl+shift+enter, not just enter "sahafi" wrote: 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. -- when u change the way u look @ things, the things u look at change. |
Need function to return text value
Try this:
The range of interest is row 1 =INDEX(1:1,MATCH("*",1:1,0)) Biff "sahafi" wrote in message ... 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. -- when u change the way u look @ things, the things u look at change. |
Need function to return text value
Another way:
=LOOKUP(REPT("z",255),1:1) Biff "T. Valko" wrote in message ... Try this: The range of interest is row 1 =INDEX(1:1,MATCH("*",1:1,0)) Biff "sahafi" wrote in message ... 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. -- when u change the way u look @ things, the things u look at change. |
Need function to return text value
Teethless mama & Biff,
Thanks to both of you. All 3 formulas worked as I needed. -- If u change the way u look @ things, the things u look at change. "T. Valko" wrote: Another way: =LOOKUP(REPT("z",255),1:1) Biff "T. Valko" wrote in message ... Try this: The range of interest is row 1 =INDEX(1:1,MATCH("*",1:1,0)) Biff "sahafi" wrote in message ... 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. -- when u change the way u look @ things, the things u look at change. |
All times are GMT +1. The time now is 01:52 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com