Support Board
Date/Time: Tue, 16 Dec 2025 09:01:45 +0000
Post From: Spreadsheet Functions IF errors
| [2014-01-25 17:31:23] |
| yoytu - Posts: 59 |
|
Format: IF(Condition, TrueValue, FalseValue)
a simple =if(A1>A2,1,0) give invalid formula
Evaluates the condition and returns the TrueValue if the condition evaluates to TRUE or the FalseValue if it evaluates to FALSE. |
