Use the MMULT function with 3 how-to topics, all available without membership, and jump to the steps you need from the How-to Index.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter MMULT from the Insert Function dialog box | Free |
| 2 | 2. Type the formula directly in a cell | Free |
| 3 | 3. View function syntax and argument details | Free |
How-to Guide
1. Enter MMULT from the Insert Function dialog box
Entry point: Formulas tab → Insert Function
- Select the cell where you want to enter the formula.
- Click the fx button in the formula bar, or click Insert Function on the Formulas tab.
- Search for MMULT in the Insert Function dialog box.
- Select the function and click OK.
- Enter each argument in the Function Arguments dialog box.
- Click OK to finish entering the formula.
Success Criteria
- UI state: The MMULT formula appears in the selected cell or in the formula bar.
- Next actions: You can continue editing arguments, confirm the result, or copy the formula.
Tips While Using
- Common mistakes: A misspelled function name can make MMULT harder to find.
- Environment limits: WPS Sheets must already be open in a worksheet.
2. Type the formula directly in a cell
Entry point: Cell → Formula bar
- Select the cell where you want to enter the formula.
- Type
=MMULT(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If you want to review the syntax, type
=MMULT(and pressF1to view the prompt.
Success Criteria
- UI state: The formula is entered in the target cell.
- Next actions: You can continue adjusting references and checking the calculation result.
Tips While Using
- Common mistakes: Incorrect parentheses, separators, or reference ranges can affect the result.
- Environment limits: The array dimensions in the arguments must satisfy matrix multiplication rules.
3. View function syntax and argument details
Entry point: Formulas tab → Insert Function
- Click Insert Function on the Formulas tab.
- Enter MMULT in the search box.
- Select the function to review the syntax
MMULT(array1, array2). - Click the help link for the function to view more details.
Success Criteria
- UI state: The MMULT syntax and argument area are visible.
- Next actions: You can continue inserting the function or editing the formula based on the guidance.
Tips While Using
- Common mistakes: If the wrong function is selected first, the displayed argument details will not match MMULT.
- Environment limits: An internet connection is needed when opening the help link.