This FAQ covers 4 common questions about formula errors, syntax guidance, result issues, and combined usage, plus 4 glossary terms for quick reference.
FAQ
What should I do if PRICEMAT shows an error after I enter it?
- Check whether the formula starts with
=. - Check whether the parentheses are paired correctly and whether the separators are correct.
- Use the syntax guidance to confirm the parameter count and order.
- Press Enter again after making corrections.
How can I view the PRICEMAT function guidance?
- Select the target cell and type
=PRICEMAT(. - Review the syntax guidance that appears automatically.
- Check the parameter requirements and examples shown there.
- Keep the cursor in formula editing mode if you want to continue editing.
Why is the PRICEMAT result not correct?
- Check whether the referenced cells use numeric formatting.
- Confirm that the entered parameters match the intended business meaning.
- Check for circular references or incorrect reference ranges.
- Recalculate after changes, and press F9 if a manual recalculation is needed.
Can I use PRICEMAT together with other functions?
- Yes. First confirm that PRICEMAT returns the expected result on its own.
- Then use it as part of a larger nested formula.
- Review each part of the expression step by step instead of entering a very long formula all at once.
- After finishing, check whether the result updates with the referenced data.
Glossary
| Term | Definition |
|---|---|
| PRICEMAT | A financial function in WPS Spreadsheets that returns a price result for a security that pays interest at maturity. |
| Syntax guidance | The parameter help and example information that appears while you type a function. |
| Cross-sheet reference | A way to use cell data from another worksheet in the current formula. |
| Nested calculation | A calculation method that uses one function as part of another function. |