Use the MINUTE function in WPS Spreadsheet with 4 how-to topics, all available without membership; choose a topic from the index and follow the steps to enter, reference, and verify the formula.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the MINUTE function | Free |
| 2 | 2. Fill in the argument with function hints | Free |
| 3 | 3. Reference a time value from another cell | Free |
| 4 | 4. Check the result and automatic recalculation | Free |
How-to Guide
1. Enter the MINUTE function
Entry point: Formulas tab → formula bar
- Open WPS Spreadsheet and select the target cell.
- Type
=to start editing a formula. - Type
MINUTE(. - Check whether the function syntax hint appears.
Success Criteria
- On-screen result:
=MINUTE(appears in the formula bar or cell. - Next action available: You can continue entering the argument and complete the formula.
Tips While Using
- Common mistake: If you do not start with
=, the content is treated as plain text.- Environment note: If the cell is not in edit mode, function hints may not appear right away.
2. Fill in the argument with function hints
Entry point: selected cell → formula editing mode
- After
MINUTE(, enter a time value, a date-time value, or a cell reference. - Use the syntax hint to confirm the argument format.
- Type the closing parenthesis
). - Press Enter to confirm the formula.
Success Criteria
- On-screen result: The cell returns a minute value.
- Next action available: You can copy the formula or revise the argument.
Tips While Using
- Common mistake: An unclosed parenthesis or an invalid argument format can cause an error.
- Environment note: The input must be recognized as a time or date-time value.
3. Reference a time value from another cell
Entry point: target result cell → formula bar
- In the target cell, type
=MINUTE(. - Click the source cell that contains the time value to insert the reference.
- Type
)to complete the formula. - Press Enter to view the result.
Success Criteria
- On-screen result: The formula shows a cell reference such as
=MINUTE(A2). - Next action available: You can drag the fill handle to apply the formula to other rows.
Tips While Using
- Common mistake: If the referenced content is text that is not recognized as time, the result may be incorrect.
- Environment note: For cross-sheet references, make sure the referenced worksheet contains valid data.
4. Check the result and automatic recalculation
Entry point: result cell with the completed formula
- Check whether the returned minute value is between 0 and 59.
- Change the referenced time value.
- Watch whether the result cell updates automatically.
- If the result looks wrong, review the argument format and referenced content.
Success Criteria
- On-screen result: The result updates when the source time changes.
- Next action available: You can continue combining MINUTE with other formulas.
Tips While Using
- Common mistake: Treating plain text as a time value can produce unexpected results.
- Environment note: If the workbook is not set to automatic calculation, check the calculation settings first.