LOG
Returns the logarithm of a number to a specified base
Syntax
LOG(number, [base])
Parameters
- number: Required. The positive real number for which you want the logarithm
- base: Optional. The base of the logarithm (default 10)
Example
=LOG(10)
Returns the logarithm of a number to a specified base
LOG(number, [base])
=LOG(10)