The LEN Function
It returns the number of characters in a text string.
It returns the number of characters in a text string.
It returns the number 3.14159265358979, the mathematical constant pi, accurate to 15 digits.
It rounds a number to a specific multiple.
It rounds a number down to a specified number of digits.
It rounds a number up to a specified number of digits.
It rounds a number to a specified number of digits.
Returns the remainder after number is divided by divisor. The result has the same sign as divisor.
Returns a random integer number between the numbers you specify. A new random integer number is returned every time the worksheet is calculated
It returns an evenly distributed random real number greater than or equal to 0 and less than 1. A new random real number is returned every time the worksheet is calculated.
Returns e raised to the power of number. The constant e equals 2.71828182845904, the base of the natural logarithm.