TRUE
. 傳回邏輯值「TRUE」。
使用範本
TRUE()
語法
TRUE()
附註
- In most cases, Google Sheets will automatically convert the
TRUE
literal to the logical TRUE
value, equivalent to this 函式。
另請參閱
NOT
: 傳回邏輯值的相反值:如果是「NOT(TRUE)」則傳回「FALSE」;如果是「NOT(FALSE)」則傳回「TRUE」。
FALSE
: 傳回邏輯值「FALSE」。
範例
Returns the logical value TRUE
.