Summary

The Excel LOG10 function returns the base 10 logarithm of a number. For example, LOG10(100) returns 2, and LOG10(1000) returns 3.

Purpose 

Get the base-10 logarithm of a number

Return value 

The logarithm

Syntax

=LOG10(number)
  • number - Number for which you want the logarithm.

How to use 

The LOG function allows you to get the base 10 logarithm of a positive number. For example:

=LOG10(100) // returns 2
=LOG10(1000) // returns 3
=LOG10(0.1) // returns -1
Dave Bruns Profile Picture

AuthorMicrosoft Most Valuable Professional Award

Dave Bruns

Hi - I'm Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.