Introduction
Returns the minute component of a specific time, in numeric format.
FORMULA | OR(boolean1, boolean2, [boolean3, ...]) |
EXAMPLE FORMULA | OR(temp_col > 80, temp_col < 90) |
EXAMPLE INPUT | 100 |
EXAMPLE OUTPUT | TRUE |
Sample Usage
Valid Examples | Invalid Examples |
OR(Text Column="Kiwi", Text Column="Apple") | OR(Date="2014-03-12 00:00:00.000", TRUE) |
OR(Number Column > 12, Number Column < 1) | |
OR(Number as Text Data Type >"10", Number as Text Data Type <"600") |
Notes
- Dates cannot be applied to OR formula,
- When using the “text” data type, be sure to use quotes.
See Also
AND
IF
NOT
Still having issues? Contact us at support@gigasheet.com
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article