LOG
Returns the logarithm of a number to a specified base.
Math & TrigonometryMath Basics
What it does
Calculates log of a number with a specific base.
Syntax
LOG(number, [base])
Arguments
number(number) β Value.base(number) β Base (default 10).
Examples
Log Base 2
Log of 8 base 2.
FORMULA
=LOG(8, 2)
RESULT
3
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | Val | Base |
| 2 | 8 | 2 |