Returns the logarithm of a number to the given base.
Syntax
number: The positive real number that you want to calculate the logarithm of. Eg., 50
Examples
|
Formula |
Result |
|
=LOG(50;10) |
1.698970004 |
|
=LOG(10) |
1 |
|
=LOG(D2;2) |
5.087462841 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions