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
Functions
LOG10
Returns the base 10 logarithm for the given value
Parameter List
Syntax
LOG10
(
value
)
value
Any positive number. For example:
100
.
Examples
Example 1
LOG10(100) returns 2
Example 2
LOG10(50) returns 1,69897
Example 3
LOG10("Superman") returns Error. Happens when the parameters provided include values other than numbers.
Example 4
LOG10(A1:A5) returns Error. Happens when a range is used as an input.
Example 5
LOG10(1, 2) returns Error. Happens when the wrong number of arguments is provided.
Parameter List
Examples