Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What is wrong with this formula?

zephyrus.mckinnon January 23, 2024

Trying to make lists of people and group them, but can't seem to figure out the right syntax to do this with in formula for Structure.

What is wrong with the formula here?

ARRAY1 = ARRAY((assignee = j.j), (assignee = a.m), (assignee = c.p))
ARRAY2 = ARRAY((assignee = j.k), (assignee = t.m), (assignee = m.m))
ARRAY3 = ARRAY((assignee = c.s), (assignee = c.s), (assignee = a.b))

IF(SEARCH("C", ARRAY1), "Engineers", SEARCH("B", ARRAY2), "Artists", SEARCH("A", ARRAY3), "Designers")

 

1 answer

1 accepted

0 votes
Answer accepted
zephyrus.mckinnon January 25, 2024

Suggest an answer

Log in or Sign up to answer