Hi, I have a database of professionals for whom I want to create a formula to search for the appropriate therapist using MAKE
There are categories where I want to search all searchable categories, and there are categories where I want to search one or another category.
for example-
I am interested in looking for a therapist “for children” in the area or “Tel Aviv” or Jerusalem.
AND(
SEARCH(“children”,{categorys})
OR(
SEARCH(“Tel Aviv”,{categorys})
SEARCH(“Jerusalem”,{categorys})
)
)
But apparently the formula is incorrect.
Would appreciate help