Support Board
Date/Time: Mon, 15 Dec 2025 01:22:50 +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. |
