LOG in WPS on Windows FAQ

Last updated:July 13, 2026

When using the LOG function, the most common questions fall into 3 areas: input errors, unexpected results, and batch application across cells.

FAQ

What should I do if the LOG function returns an error value?

  1. Check whether the input values are numbers instead of text or values with extra spaces.
  2. Confirm that the number argument meets the positive-number requirement.
  3. If needed, clean the source data and then enter or calculate the formula again.

Why does the LOG result look different from what I expected?

  1. Check whether the referenced cells or ranges in the formula are correct.
  2. Confirm that the base argument is correct and has not been omitted by mistake.
  3. Review the calculation step by step with formula-checking tools if needed.

How can I use the LOG function in multiple cells at once?

  1. Enter and confirm the LOG formula in the first target cell.
  2. Select that cell, then drag the fill handle across the target range, or copy and paste the formula.
  3. After filling, check whether relative and absolute references behave as expected.

Glossary

TermDefinition
LOGA spreadsheet function that returns the logarithm of a number to a specified base.
numberThe required argument in the LOG function that represents the value to calculate.
baseThe optional argument in the LOG function that represents the logarithm base.