Use IMARGUMENT through 4 how-to topics, all available without membership; choose a topic from the index and follow the entry path and steps.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the IMARGUMENT function | Free |
| 2 | 2. Fill in the parameter with formula hints | Free |
| 3 | 3. Use IMARGUMENT in a cross-worksheet formula | Free |
| 4 | 4. Use IMARGUMENT in a nested formula | Free |
How-to Guide
1. Enter the IMARGUMENT function
Entry path: Formulas tab → formula bar
- Open WPS Spreadsheet and select the cell where you want to show the result.
- Type
=to start the formula. - Type
IMARGUMENT(. - Enter the complex-number parameter and complete the closing parenthesis.
- Press Enter to display the result in the current cell.
Success Criteria
- On-screen result: The cell shows a calculated result.
- What you can do next: You can continue editing, copying, or filling the formula.
Tips While Using
- Common mistake: If you do not start with
=, the content is treated as plain text.- Environment note: The input must be a valid complex number format or a parameter the function can recognize.
2. Fill in the parameter with formula hints
Entry path: automatic hint in the formula bar
- Type
=IMARGUMENT(in a cell. - Check the formula hint that appears.
- Enter the parameter in the expected format.
- Confirm that parentheses and separators are complete.
- Press Enter to finish the calculation.
Success Criteria
- On-screen result: The formula hint is visible and the formula can be submitted normally.
- What you can do next: You can revise the parameter and recalculate the result.
Tips While Using
- Common mistake: Mismatched parentheses or an invalid parameter format can cause an error.
- Environment note: If the hint does not appear, retype the function name or confirm that the current cell is editable.
3. Use IMARGUMENT in a cross-worksheet formula
Entry path: formula bar + worksheet reference
- Select the target result cell.
- Type
=IMARGUMENT(. - Switch to the worksheet that contains the source value and select the cell, or enter the cross-sheet reference manually.
- Complete the formula and press Enter.
- Return to the result cell and review the calculated value.
Success Criteria
- On-screen result: The formula bar shows a cross-worksheet reference.
- What you can do next: The result can update automatically when the source value changes.
Tips While Using
- Common mistake: Referencing the wrong worksheet or cell can produce an unexpected result.
- Environment note: Make sure the referenced worksheet and cell are valid.
4. Use IMARGUMENT in a nested formula
Entry path: formula bar
- Select the cell where you want the combined result.
- Enter a formula that includes IMARGUMENT.
- Place
IMARGUMENT(...)in the required argument position. - Check that the full formula structure is complete.
- Press Enter to view the final result.
Success Criteria
- On-screen result: The cell returns the nested-formula result.
- What you can do next: You can continue adjusting either the outer or inner formula.
Tips While Using
- Common mistake: It is easy to miss parentheses in a longer nested formula.
- Environment note: Editing long formulas in the formula bar makes the full structure easier to review.