Multiple Selection of Categories

Solved5.88K viewsFormulas and Functions
0

In matrix2. For category item how can I select E5 and E4 simultaneously.

Thanks

S A U Changed status to publish October 30, 2018
0

Hi,
If I understand you correctly, try this formula in Matrix2:

  • : = Join(Select(@Item, OR(@Item = “E5”, @Item = “E4”), 1), “, “)
S A U Edited answer October 30, 2018
You are viewing 1 out of 4 answers, click here to view all answers.