Use the ISNA function in WPS with 3 how-to topics; all 3 are available without membership and 0 are membership-related.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Insert ISNA from the Insert Function dialog | Free |
| 2 | 2. Type the ISNA formula directly in a cell | Free |
| 3 | 3. Review ISNA syntax and parameter details | Free |
How-to Guide
1. Insert ISNA from the Insert Function dialog
Entry point: Formulas tab → Insert Function
- Select the cell where you want to enter the formula.
- Click the
fxbutton in the formula bar, or clickInsert Functionon theFormulastab. - Search for
ISNAin the Insert Function dialog. - Select the function and click
OK. - Enter the value or reference that you want to test in the function arguments dialog.
- Click
OKto insert the formula.
Success Criteria
- Interface result: The target cell now contains the ISNA function.
- Next action available: You can continue editing the argument and review the returned result.
Tips While Using
- Searching with the uppercase function name
ISNAcan help you find it faster.- The argument can be a cell reference, a formula result, or a direct value.
2. Type the ISNA formula directly in a cell
Entry point: Cell / formula bar
- Select the cell where you want to enter the formula.
- Type
=ISNA(...)directly. - Enter the value, cell reference, or formula that you want to test inside the parentheses.
- Press Enter to confirm.
Success Criteria
- Interface result: The cell displays
TRUEorFALSE. - Next action available: You can fill down or copy the formula to other cells for batch use.
Tips While Using
- If you want to test the result of another formula, place that formula inside
ISNA().- When copying the formula, check whether relative or absolute references are needed.
3. Review ISNA syntax and parameter details
Entry point: Formulas tab → Insert Function
- Click
Insert Functionon theFormulastab. - Enter
ISNAin the search box. - Select the function to review its syntax and parameter details.
- Confirm the argument format, then insert or edit the formula as needed.
Success Criteria
- Interface result: You can review the ISNA function name, argument area, or help details.
- Next action available: You can return to the worksheet and continue entering or editing the formula.
Tips While Using
- Reviewing the parameter details first can reduce input mistakes.
- If you plan to combine ISNA with IF, confirm the return logic before nesting formulas.