Use the EXACT function through 4 how-to topics, with 4 free topics and 0 membership-related topics; start from the How-to Index to jump to the task you need.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the EXACT function | Free |
| 2 | 2. Review syntax tips and fill in arguments | Free |
| 3 | 3. Use cross-sheet references | Free |
| 4 | 4. Use EXACT inside a nested formula | Free |
How-to Guide
1. Enter the EXACT function
Entry point: Formula tab → formula bar
- Open WPS Spreadsheet and go to the worksheet where you want the result.
- Select the cell that should display the result.
- Type
=to start a formula. - Type
EXACT(. - Enter the two text arguments you want to compare.
- Press Enter to calculate the result.
Success Criteria
- On-screen result: The selected cell returns a comparison result.
- Next action available: You can edit the arguments or copy the formula to other cells.
Tips While Using
- Common mistake: If you do not start with
=, the entry is treated as plain text.- Environment note: You need to work in an editable cell.
2. Review syntax tips and fill in arguments
Entry point: Formula bar → function input tip
- Type
=EXACT(in a worksheet cell. - Review the syntax tip shown by the app.
- Enter the first argument.
- Add the separator and enter the second argument.
- Check that the closing parenthesis is complete.
- Press Enter to finish.
Success Criteria
- On-screen result: A syntax tip appears while you enter the function.
- Next action available: The formula can return TRUE, FALSE, or the expected result state.
Tips While Using
- Common mistake: Missing arguments or an incomplete parenthesis can cause a formula error.
- Environment note: The separator may vary by regional settings, so follow the one shown in your interface.
3. Use cross-sheet references
Entry point: Target cell → formula bar
- Select the result cell and type
=EXACT(. - Click the target cell in the first worksheet for the first argument.
- Enter the argument separator.
- Switch to another worksheet and select the second argument cell.
- Add the closing parenthesis.
- Press Enter to view the comparison result.
Success Criteria
- On-screen result: The formula includes references from more than one worksheet.
- Next action available: If either referenced cell changes, the result updates automatically.
Tips While Using
- Common mistake: After switching sheets, selecting the wrong cell can create an incorrect reference.
- Environment note: The referenced worksheets must be accessible in the current workbook.
4. Use EXACT inside a nested formula
Entry point: Result cell → formula bar
- Select the cell where you want the final result.
- Enter a combined formula that includes EXACT, such as a conditional formula.
- Fill in the two text arguments inside EXACT.
- Complete the remaining arguments of the outer formula.
- Check that all separators and parentheses are complete.
- Press Enter to return the final result.
Success Criteria
- On-screen result: The cell returns the final output of the nested formula.
- Next action available: You can copy the formula, fill it down, or adjust the logic.
Tips While Using
- Common mistake: It is easy to miss a parenthesis when the formula has multiple layers.
- Environment note: For longer formulas, editing in the formula bar is easier to review.