Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从调查问卷中编写数据库,并且当另一个单元格为空白且何时不是某些值(如下拉列表)时,我需要某些单元格来显示警告,我该怎么做?
我实际上正在使用=not(isblank($AU2))空白部分,但现在我需要下拉列表或类似的东西
=not(isblank($AU2))
自定义公式为:
=(A2=1)*(REGEXMATCH(TO_TEXT(B2), "^"&TEXTJOIN("$|^", 1, INDIRECT("Lists!B2:B")&"$")))