When using MINUTE, the most common questions are about valid input values, the 0–59 return range, and nested formula usage; this FAQ includes 3 common questions and a 3-term glossary.
FAQ
What range does MINUTE return in WPS?
- MINUTE returns the minute portion as an integer.
- The return range is 0 to 59.
- If the original value includes a full date and time, the function only extracts the minute part.
Why does MINUTE not return the result I expect?
- Check whether the argument is a valid date or time value.
- Check whether the field is empty or not suitable for time calculation.
- If the formula is nested, check the parentheses and field references again.
How to use the MINUTE function in WPS on Windows with other formulas?
- First, write MINUTE in a formula field and confirm that it returns the minute value by itself.
- Then use that result as an argument or condition in another function.
- Save the formula and confirm that the result updates when the original time field changes.
Glossary
| Term | Definition |
|---|---|
| MINUTE | A function that extracts the minute portion from a date or time value. |
| Formula field | A field type in DBSheet that calculates results automatically with a formula. |
| Date-time value | Data that contains date and time information and can be used as input for time functions. |