MINUS

Subtract one number from another.

Parameter List

Syntax
MINUS(value1value2)
value1

The number to subtract value2 from. For example: 7.

value2

The number to subtract from value1. For example: 5.

Examples

MINUS(A1, B2) returns 15, as the different between 5 and -10 is 15.Example 1