Forum Discussion
keboon
Microsoft Employee
4 years agoPower Bi Formula for (Cell contains multiple formulas in Excel)
Hi All: I am trying in to write a formula so that the formula 1st looks at the Keyword Column, see the keyword then searches the Search Query Column and if it contains keywords found in the Keywo...
- 4 years ago
You can use below formula
Result = IF(ISNUMBER(SEARCH('Table'[Keyword],'Table'[Search Query],,BLANK())),"Keyword Found")
Vijay_A_Verma
Most Valuable Professional
4 years agoYou can use below formula
Result = IF(ISNUMBER(SEARCH('Table'[Keyword],'Table'[Search Query],,BLANK())),"Keyword Found")