Add Your Heading Text Here
1.1) Sum: This function add the number of series (Alt+=)
Syntax = SUM(number1, [number2],…)
Example
1.2) Product: This function multiple all the number in given range
Syntax = PRODUCT(number1, [number2],..)
Example
1.3)Power: This function returns the raised to a power
Syntax = POWER(number, power)
Example
1.4) Mod: This function is returns the remainder after the number is divided by a divisor
Syntax = MOD(number, divisor)
Example
1.5) Even: This function rounds the value with the nearest even integer
Syntax = EVEN(number)
Example
1.6) Odd: This function rounds the value with the nearest odd integer
Syntax = ODD(number)
Example
1.7) GCD: This function is returns the greatest common divisor
Syntax = GCD(number1, [number2],..)
Example
Syntax = LCM(number1, [number2],..)
Example