【发布时间】:2018-05-31 05:10:58
【问题描述】:
谷歌表格 https://docs.google.com/spreadsheets/d/14PppjEwic_4N61A44BHhGMHwGecLqVqeOucWfg5YJmE/edit?usp=sharing
我有四列数据,在第五列中我希望结果为 "yes" 或 "no"
我的标准是
是 = 如果 column1 已“收到”且 column2 已“打开”且 column3 已 ">20" 且 column4 已 "<5000"
以下内容仅适用于一行,不适用于 Arrayformula
=IF(AND(A2="received",B2="open",C2>20,D2<5000),"yes","no")
任何帮助都会很棒,谢谢
【问题讨论】:
标签: google-sheets google-docs google-spreadsheet-api