When using WPS Fill, users usually ask about 3 issue types: copy behavior, formula results, and data overwrite. This section covers 3 common questions.
FAQ
How do I stop Fill from increasing serial numbers automatically?
- Complete the drag-to-fill action.
- Click the quick menu button at the lower-right corner of the filled range.
- Select Copy Cells to keep the original content instead of continuing the sequence.
What should I do if formulas return the wrong result after filling?
- Check whether the formula references should stay fixed.
- If needed, add
$to create absolute references for rows or columns. - Run the fill action again and confirm the result.
Will Fill overwrite existing data?
- Yes. Fill writes into the target range and replaces existing content there.
- Check whether the target range is empty, or back up the data first.
- If data was replaced by mistake, use Undo immediately.
Glossary
| Term | Definition |
|---|---|
| Fill handle | The small square at the lower-right corner of a cell that lets you copy content or continue a series by dragging. |
| Fill options | The quick menu that appears after dragging, used to switch between copy, series, or formatting-related fill methods. |
| Absolute reference | A formula reference that uses $ to lock a row or column so the reference does not shift after filling. |