Login Page - Create Account

Support Board


Date/Time: Sat, 30 Nov 2024 02:49:30 +0000



Post From: SC does not recognize the formulas

[2022-12-30 16:14:51]
Sawtooth - Posts: 4123
You've not told the IF function what to return when TRUE.

The IF function works like this:
If, Then, Else

=IF(condition1, Then x, Else IF(condition2, Then y, Else z))