LOG
See also A-Z Spreadsheet Function List
Description Returns the logarithm of a number to the specified base.
Syntax LOG(number [, base])
text is any positive real number.
base is the base of the logarithm. Omitting this argument assumes a base of 10.
See Also EXP , LN , and LOG10 functions
Examples LOG(1) returns 0
LOG(10) returns 1