Hello All! I am trying to write a formula into a cell to return a certain "text" string if another cell meets a condition AND another different cell contains a partial text string i.e. "*text*"

What would this syntax look like in the below scenario:

Cell A1 = Formula Cell where returned "text" string will appear (combination of B2 & C3 results)
Cell B2 contains a conditional value that will be part of the returned "text" string in A1
Cell C3 is the cell where I am searching for partial text string using "*text*"

Thanks for the help!