【发布时间】:2012-11-22 09:52:31
【问题描述】:
我无法理解IF 语句。
我想做的是(在php中):
if(isEmpty($cellA) && isNotEmpty($cellB){
$cellA = CurrentDate;
}
我在电子表格中的尝试是:
=IF(ISBLANK($A3), IF(ISBLANK($B3),"",$A3 = NOW()) ,"")
我收到一个错误error: Circular dependency detected
先谢谢你了。
【问题讨论】:
标签: if-statement spreadsheet google-sheets