Returns the natural logarithm of the specified number.
Syntax
Copy Code
|
|---|
LN( Number n ) → Number |
If n is negative or zero, the function returns the #NUM! error value.
Formula
Copy Code
|
|---|
=LN(5) |
Function Reference
EXP Function
LOG Function
LOG10 Function
POWER Function