이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
LN(number)The LN function calculates the logarithm of a number to the base e (the constant 2.71828182845904). It is the inverse function of the EXP function.
=LN(1)결과: 0
The natural logarithm of 1 is 0.
=LN(EXP(3))결과: 3
Since LN is the inverse of EXP, the result is the original exponent.
The function will return a #NUM! error because the natural logarithm is undefined for non-positive numbers.