I. Intro
The LOG10 function returns the logarithm (base 10) of a value.
II. About the function
- Formula: = LOG10(value)
- Parameters:
- value: The positive value for which the logarithm (base 10) is applied.
- Example: LOG10(10)
III. Steps
Use the LOG10 function
- Select a cell and click Formulas on the toolbar, then select Math > LOG10. You can also directly enter =LOG10 in a cell.
- Enter the parameters in the cell. For example: =LOG10(10).
- Press Enter to display the result, which is 1 in this example.
250px|700px|reset
Delete the LOG10 function
Select the cell with the LOG10 function, and press Delete.