-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
DocsImprovements or additions to documentationImprovements or additions to documentationGood First IssueGood for newcomersGood for newcomersImpact: Medium
Description
Page URL
Improvement description
I've noticed that Google sheets does have TRUE and FALSE constants, but the documentation does not mention this on the Google Sheets doc. The MS Excel one is fine.
These are the expressions that I used in Google Sheets to test the behaviour
=IF(FALSE, "FALSE does not work", "FALSE works")
=IF(TRUE, "TRUE works", "FALSE does not work")
Metadata
Metadata
Assignees
Labels
DocsImprovements or additions to documentationImprovements or additions to documentationGood First IssueGood for newcomersGood for newcomersImpact: Medium