Hi There!
I am using Excel 2016 version and wanted to add another ISNUMBER(SEARCH) function but my Excel version will not accept more than 6 nested ISNUMBER(SEARCH) functions. Is there another way of doing that?
Thank you
Here is what I have.
I just need to ad another search for R20
=IF(ISNUMBER(SEARCH("R15",H2)),0.15,IF(ISNUMBER(SEARCH("R5",H2)),0.05,IF(ISNUMBER(SEARCH("ESL",H2)),1,IF(ISNUMBER(SEARCH("RDG",H2)),1,IF(ISNUMBER(SEARCH("READING * ",H2)),1,IF(ISNUMBER(SEARCH("STDY",H2)),1,"0"))))))
I am using Excel 2016 version and wanted to add another ISNUMBER(SEARCH) function but my Excel version will not accept more than 6 nested ISNUMBER(SEARCH) functions. Is there another way of doing that?
Thank you
Here is what I have.
I just need to ad another search for R20
=IF(ISNUMBER(SEARCH("R15",H2)),0.15,IF(ISNUMBER(SEARCH("R5",H2)),0.05,IF(ISNUMBER(SEARCH("ESL",H2)),1,IF(ISNUMBER(SEARCH("RDG",H2)),1,IF(ISNUMBER(SEARCH("READING * ",H2)),1,IF(ISNUMBER(SEARCH("STDY",H2)),1,"0"))))))