Rows will be joining Superhuman.
Learn more
Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Rows will be joining Superhuman
Learn more
Functions
LOG
Returns the logarithm of the given base for the given value
Parameter List
Syntax
LOG
(
value
,
base
)
value
Any positive number. For example:
25
.
Examples
Example 1
LOG(0) returns 1
Example 2
LOG("Superman") returns Error. Happens when the parameters provided include values other than numbers.
Example 3
LOG(A1:A5) returns Error. Happens when a range is used as an input.
Example 4
LOG(1, 2, 3) returns Error. Happens when the wrong number of arguments is provided.
Parameter List
Examples