Use IMCONJUGATE through 4 how-to topics, covering function entry, cell references, nested formulas, and error checking; choose a topic from the index and follow the steps to complete it.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the IMCONJUGATE function | Free |
| 2 | 2. Reference a complex number from another cell | Free |
| 3 | 3. Combine IMCONJUGATE with other functions | Free |
| 4 | 4. Check formula errors and recalculate results | Free |
How-to Guide
1. Enter the IMCONJUGATE function
Entry point: Formulas tab → formula bar
- Open WPS Spreadsheet and select the target cell.
- Type
=to begin the formula. - Type
IMCONJUGATE(. - Enter a complex number as text, such as
"3+4i". - Type the closing parenthesis and press Enter to view the result.
Success Criteria
- On-screen result: The target cell shows the conjugate result, such as
3-4i. - Next action available: You can copy the formula or edit the argument further.
Tips While Using
- Common mistake: If the complex-number text format is invalid, the formula may return an error.
- Environment note: The formula must begin with
=.
2. Reference a complex number from another cell
Entry point: Worksheet cell → formula bar
- Enter a complex number in one cell first, for example
3+4iin A1. - Select the result cell.
- Type the formula
=IMCONJUGATE(A1). - Press Enter to view the result.
- If needed, fill the formula down to process more rows.
Success Criteria
- On-screen result: The result cell shows the conjugate of the referenced value.
- Next action available: When A1 changes, the result updates accordingly.
Tips While Using
- Common mistake: If the referenced cell does not contain valid complex-number text, the function may not return the expected result.
3. Combine IMCONJUGATE with other functions
Entry point: Formulas tab → formula bar
- Select the cell where you want the result to appear.
- Enter a combined formula that includes IMCONJUGATE.
- Reference other cells or function results as needed.
- Check that parentheses and separators are complete.
- Press Enter to confirm the formula.
Success Criteria
- On-screen result: The cell returns the result of the combined formula.
- Next action available: You can continue editing the nested structure in the formula bar.
Tips While Using
- Common mistake: Mismatched parentheses in nested formulas can cause errors.
- Environment note: For longer formulas, editing in the formula bar makes the structure easier to review.
4. Check formula errors and recalculate results
Entry point: Result cell → formula bar
- Select the cell that shows an error or an unexpected result.
- Check that the function name is spelled
IMCONJUGATE. - Check the number of arguments, parentheses, and complex-number text format.
- If other cells are referenced, confirm that the referenced content is valid.
- After making changes, press Enter to recalculate the result.
Success Criteria
- On-screen result: The error disappears or the result returns to normal.
- Next action available: You can copy or reuse the corrected formula.
Tips While Using
- Common mistake: Entering plain text as a complex-number argument can affect the result.
- Environment note: If worksheet calculation behavior changes, confirm the formula result again manually.