Answers for "check if a cell contains a word excel"

4

excel if cell contains

"A"					"B"					"C"
"1"		Frog and duck       duck 				=ISNUMBER(SEARCH(B2,A2))

"C1" shows TRUE ('duck' is located at position 10 in "A1")
Posted by: Guest on March-16-2021

Code answers related to "check if a cell contains a word excel"

Browse Popular Code Answers by Language