How to Use the LOG10 Function in WPS on Windows

Last updated:July 20, 2026

This section includes 4 how-to topics for using LOG10 in WPS Spreadsheet on Windows; choose a topic from the index and follow the entry path and steps.

How-to Index

How-to Guide

1. Enter the LOG10 function

Entry path: Formula tab → Formula bar

  1. Open WPS Spreadsheet and select the cell where you want the result to appear.
  2. Type = to start the formula.
  3. Enter LOG10(.
  4. Type a positive number, such as 10, and close the parenthesis.
  5. Press Enter to return the result.

Success Criteria

  • Interface result: The target cell shows a calculated result such as 1.
  • What you can do next: You can continue editing, copying, or filling the formula.

Tips While Using

  • Common mistake: If you do not start with =, the content is treated as plain text.
  • Environment note: The argument should be a positive number.

2. View function syntax prompts

Entry path: Formula bar

  1. Select an empty cell.
  2. Type =LOG10(.
  3. Check the syntax prompt shown near the formula input area.
  4. Continue entering the argument based on the prompt.

Success Criteria

  • Interface result: A syntax prompt related to LOG10 appears.
  • What you can do next: You can complete the formula based on the prompt.

Tips While Using

  • Common mistake: If the function name is misspelled, the correct prompt may not appear.
  • Environment note: Prompt details can change with the current input state.

3. Use cell references in LOG10

Entry path: Formula tab → Formula bar

  1. Enter a positive number in a worksheet cell, such as 100 in A2.
  2. Select the result cell.
  3. Enter =LOG10(A2).
  4. Press Enter to calculate the result.
  5. Change the value in A2 and review the updated result.

Success Criteria

  • Interface result: The result cell shows the logarithm calculated from the referenced cell.
  • What you can do next: When the referenced value changes, the result updates accordingly.

Tips While Using

  • Common mistake: Referencing an empty or non-numeric cell can produce an unexpected result.
  • Environment note: The referenced value should be positive.

4. Combine LOG10 with other formulas

Entry path: Formula tab → Formula bar

  1. Select the target result cell.
  2. Enter a combined formula such as =ROUND(LOG10(A2),2).
  3. Check that all parentheses are matched correctly.
  4. Press Enter to confirm the formula.
  5. Adjust the reference or decimal places if needed.

Success Criteria

  • Interface result: The cell shows the final result of the combined formula.
  • What you can do next: You can copy the formula to other cells.

Tips While Using

  • Common mistake: Unmatched parentheses can prevent the formula from calculating.
  • Environment note: Every argument in the combined formula must meet the related function requirements.