
Last character of the formula is an operator!
Last character of the formula is an operator!
Last character of the formula is an operator!
Operators must be followed by an operand, otherwise the operation is illogical and the formula test returns an error message:

Solution:
1. Supply the missing operand.
2. Delete the redundant operator.
3. If you want to change the sign of a figure, place the minus sign before the operand in question.
Examples:
Correct |
Incorrect |
Supply missing operand:
#KOLICINA# * #MpCena#
|
#KOLICINA# * |
Delete redundant operator:
#A10#
|
#A10#- |
Place minus sign before operator:
-#A10#
|
#A10#- |