Forum Discussion
Frank145
Nov 24, 2022Brass Contributor
Find text within a comma separated cell
Hi I am trying to determine if a text value is within a cell and if so record result as a “Yes” within another cell. For example I have text in my tag column D that is comma separated. As an ...
dscheikey
Nov 24, 2022Bronze Contributor
You can use the following formula if the entry you want to search is in cell A1.
=ISNUMBER(FIND("Databases",A1))
Frank145
Nov 24, 2022Brass Contributor
Hi
Thanks for responding.
That did not work as expected. It gave me only a "False" message
What did was the recommendations from Quadruple_Pawn.
Best regards
Thanks for responding.
That did not work as expected. It gave me only a "False" message
What did was the recommendations from Quadruple_Pawn.
Best regards