Ask Your Question

Revision history [back]

This error message means that an IF statement was called with four arguments, when it should have been called with only two or three arguments. The correct syntax for an IF statement is: "IF(condition, valueiftrue, [valueiffalse])". So if there are four arguments, it means that there is an extra argument which is causing the error.