| 1. |
Solve : EXCEL String Search? |
|
Answer» I am not sure if MS EXCEL cell can handle such a request. I have a SPREADSHEET where cell F9 through Fnnn can start with the character string ny, ko, c2... For each cell Fnnn which starts with the string "ny...." "ko...." "c2....", i want to assign the NUMBER 1 to its adjacent cell Ennn else a blank value. I had something like this: =IF(ISNUMBER(SEARCH("*ny*",F13)),1,"") |
|