Login Page - Create Account

Support Board


Date/Time: Thu, 28 Mar 2024 13:40:49 +0000



Post From: Spreadsheet Functions IF errors

[2014-01-25 17:31:23]
yoytu - Posts: 59
Format: IF(Condition, TrueValue, FalseValue)
  

Evaluates the condition and returns the TrueValue if the condition evaluates to TRUE or the FalseValue if it evaluates to FALSE.
a simple =if(A1>A2,1,0) give invalid formula