In excel particular column i want to apply keyword search.
say for example the first keyword “login” if it is found then it should create a new column with value as “functionality”(if possible i want to apply some set of keyword search like login/signin/password , if any of the keyword is exist it supposed to create the value as “functionality”
Next keyword is “access” then it should create the value as “security” in the same column.
I tried similar way but output not appropriate
see if have created array like {login, signin, password}
used if condition
my column contains description “issue in the login page”
the ouput column should be “functionality” but its printing the else “value”
no accessible “Contains” can be called with these arguments.
However i have given direct search cleared everything and just kept "login " in the description but still it prints the defualt value for this below code