Find Data in Cell

This document is in development

SEARCH finds "text value" in cell A1.

IF result of SEARCH is that the data is found, result returns TRUE. Else, FALSE.

=IF(SEARCH("text value",A1,1),TRUE,FALSE)


Revision #4
Created 30 October 2024 13:16:31 by B.B.B.Ben E. N. Agents
Updated 30 October 2024 14:03:14 by B.B.B.Ben E. N. Agents