Anirban Majumdar
New Member
- Joined
- Aug 10, 2017
- Messages
- 6
I am using below function to search a string for a matching word from another string and the logical test is performed and if true (e.g., XXX), the value_if_true output is given (e.g., YYY), else the output in the value_if_false parameter is given.
IF(ISNUMBER(FIND(""XXX"",RC[-1],1))=TRUE,""YYY"", <should fetch value from another column value>)
Now i want to give the value fetch from another column value. Need help how to put value in above RED string referencing another column value directly.
IF(ISNUMBER(FIND(""XXX"",RC[-1],1))=TRUE,""YYY"", <should fetch value from another column value>)
Now i want to give the value fetch from another column value. Need help how to put value in above RED string referencing another column value directly.