Excel LN Function

Summary

The Excel LN function returns the natural logarithm of a given number.

Purpose

Get the natural logarithm of a number

Return value

The natural logarithm

Syntax

=LN (number)

Arguments

Usage notes

The natural logarithm function is the equivalent to log base e of a number. Where e is Euler's number.

= LN( number) = LOG( number, e) // Where e ≈ 2.7128 or EXP(1)

Graph

xln( x)
0.5-0.69
10.00
1.50.41
20.69
2.50.92
31.10
3.51.25
41.39
4.51.50
51.61

The natural logarithm function is also the inverse of the exponential function.

= number = LN( EXP(number))

 

Excel LN Function

Summary

The Excel LN function returns the natural logarithm of a given number.

Purpose

Get the natural logarithm of a number

Return value

The natural logarithm

Syntax

=LN (number)

Arguments

Usage notes

The natural logarithm function is the equivalent to log base e of a number. Where e is Euler's number.

= LN( number) = LOG( number, e) // Where e ≈ 2.7128 or EXP(1)

Graph

xln( x)
0.5-0.69
10.00
1.50.41
20.69
2.50.92
31.10
3.51.25
41.39
4.51.50
51.61

The natural logarithm function is also the inverse of the exponential function.

= number = LN( EXP(number))