ฟังก์ชันนี้ทำงานใน Google Sheets เหมือนกับใน Excel — ไวยากรณ์และอาร์กิวเมนต์เดียวกัน
TRUE()The TRUE function does not require any arguments and is primarily used for compatibility with other spreadsheet applications. You can also simply type the word TRUE directly into a cell or formula to achieve the same result.
=TRUE()ผลลัพธ์: TRUE
Returns the logical value TRUE.
=IF(1=1, TRUE(), FALSE())ผลลัพธ์: TRUE
Uses the TRUE function within an IF statement to return TRUE when the condition is met.
No, typing TRUE directly into a cell or formula is equivalent to using the TRUE() function.