【问题标题】:Data Validation custom formula list in Google SheetsGoogle表格中的数据验证自定义公式列表
【发布时间】:2018-05-20 01:56:02
【问题描述】:

有没有办法根据条件自定义公式创建数据验证列表?

我想要的是在 B1 中放置一个数据验证,如果,A1 列 = "No" 则为 False,之后,我将选择 "Reject Input"

但如果 A1 = "Yes" 则显示此列表 "cat, dog, mouse, rat"

第一个我已经想好了:

=if(A1="No",false,true)

但是如果=if(D6="handover",false,true) 为真,我该如何添加一个命令,然后显示这个下拉列表:“cat, dog, mouse, rat

【问题讨论】:

    标签: validation if-statement checkbox google-sheets google-sheets-formula


    【解决方案1】:

    A1:


    B1:


    D1:D

    D1: cat
    D2: dog
    D3: mouse
    D4: rat
    


    E1:

    =IF(A1="YES", {D1:D}, "fail")
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2022-06-17
      • 1970-01-01
      • 2023-01-11
      • 2022-06-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多