I would like to create a formula to search 1 field and return the search results comma separated.
This formula only returns the last item found not all of them.
IF(FIND(“text1”,{field}),“text1”,"")&IF(FIND(“text2”,{field}),“text2”,"")
Ideally, this w...