PIVOTBY in WPS on Windows FAQ

Last updated:July 13, 2026

When using the PIVOTBY function, 3 common issue types come up most often: error handling, unexpected results, and filling the formula across cells; this page includes 3 common Q&As.

FAQ

What should I do if PIVOTBY shows a #VALUE! error?

  1. Check whether the data types in the parameters are correct.
  2. Make sure numeric parameters do not include text or extra spaces.
  3. If needed, clean the source data first and then enter the formula again.

Why does the PIVOTBY result not match what I expected?

  1. Check whether the referenced range is correct.
  2. Confirm that the related cells are formatted as numbers instead of text.
  3. Use formula evaluation on the Formulas tab to inspect the calculation step by step.

How do I use the PIVOTBY function in multiple cells?

  1. Enter and confirm the formula in the first cell.
  2. Drag the fill handle at the lower-right corner of the cell across the target range, or copy and paste the formula into other cells.
  3. Check whether relative and absolute references are set as expected.

Glossary

TermDefinition
Insert FunctionThe entry used to search for and insert a function from a dialog box. It is useful when you are not familiar with the function name or parameters.
Formula barThe formula input area above the worksheet where you can view and edit the current cell formula directly.
Function argumentsThe input items required for a function to run. Different arguments affect the final calculation result.