SEARCH + OR Function Excel
Solved
Fabien
-
eriiic Posted messages 24581 Registration date Status Contributor Last intervention -
eriiic Posted messages 24581 Registration date Status Contributor Last intervention -
Hello,
I created a table in Excel 2010 where I entered this formula:
=IF(ISNUMBER(SEARCH(26,C:C))*1+ISNUMBER(SEARCH(27,C:C))*1+ISNUMBER(SEARCH(28,C:C))*1+ISNUMBER(SEARCH(32,C:C))*1+ISNUMBER(SEARCH(35,C:C))*1+ISNUMBER(SEARCH(39,C:C))*1,5,0)
The 0 is replaced in my formula by a series of ISNUMBER(SEARCH...
When I open the document in Excel 2003, the formula does not apply because it is too long.
To shorten the formula, I tried this but it doesn't work:
=IF(ISNUMBER(SEARCH(OR(26,27,28....)*1,5,0)
Do you have a solution to my problem, please?
Thank you in advance,
Fabien
I created a table in Excel 2010 where I entered this formula:
=IF(ISNUMBER(SEARCH(26,C:C))*1+ISNUMBER(SEARCH(27,C:C))*1+ISNUMBER(SEARCH(28,C:C))*1+ISNUMBER(SEARCH(32,C:C))*1+ISNUMBER(SEARCH(35,C:C))*1+ISNUMBER(SEARCH(39,C:C))*1,5,0)
The 0 is replaced in my formula by a series of ISNUMBER(SEARCH...
When I open the document in Excel 2003, the formula does not apply because it is too long.
To shorten the formula, I tried this but it doesn't work:
=IF(ISNUMBER(SEARCH(OR(26,27,28....)*1,5,0)
Do you have a solution to my problem, please?
Thank you in advance,
Fabien