标签: regex coda
假设我有文本Lorem Banana Ipsum,如果该列包含列表Banana,Apple,Avocado,Strawberry中的一个单词,如何使用RegexMatch进行检查?
Lorem Banana Ipsum
Banana,Apple,Avocado,Strawberry
背景: 我希望表格“概述”突出显示“说明”列中的每个单元格,其中包含“篮子”中的一个单词。我尝试了ToList和RegexMatch公式,但尚未得到理想的结果。
https://community.coda.io/t/highlight-cells-with-conditional-formatting-that-contain-word-from-another-table/18048