LOG function
Summary
Returns the logarithm of a number to a specified base
Syntax
LOG(number, [base])
The LOG function syntax has the following arguments:
• Number Required. The positive real number for which you want the logarithm.
• Base Optional. The base of the logarithm. If base is omitted, it is assumed to be 10.
• Number Required. The positive real number for which you want the logarithm.
• Base Optional. The base of the logarithm. If base is omitted, it is assumed to be 10.
Example
=LOG(10)
=LOG(8, 2)
=LOG(86, 2.7182818)
=LOG(8, 2)
=LOG(86, 2.7182818)