I need help with the posted question above
How do I sort out incorrect data
How do I sort out incorrect data in an excel spread sheeting using a windows computer?
Microsoft 365 and Office | Excel | Other | Windows
2 answers
Sort by: Most helpful
-
-
Darren-Ng 3,810 Reputation points Microsoft External Staff Moderator
2025-10-26T00:39:49.7166667+00:00 Dear @Solange T Nana,
Thank you for posting your question in the Microsoft Q&A forum.
Based on your description, you need to support how to sort out incorrect data in an excel spreadsheet. Here are some basic suggestions you can try:
Step 1: Identify Incorrect Data
- Use Conditional Formatting:
- Select the range > Home > Conditional Formatting > Highlight Cell Rules → choose criteria (e.g., text that contains, greater than).
- Or use Filters:
- Select header row > Data > Filter > apply conditions to spot anomalies.
Step 2: Correct or Remove Errors
- Manual Edit:
- Click the cell and type the correct value.
- Find & Replace:
- Press Ctrl + H > enter incorrect value > replace with correct one.
- Remove Duplicates:
- Data > Remove Duplicates > select columns.
Step 3: Validate Data
- Use Data Validation:
- Data > Data Validation > set rules (e.g., whole numbers, date ranges).
- Apply Error Checking:
- Formulas > Error Checking to catch formula issues.
Step 4: Automate Checks
- Use IF or ISERROR formulas:
=IF(ISERROR(A2),"Check Value",A2)- Or create a helper column to flag incorrect entries.
If solutions above don't match with your expectation, please provide us more details information so we can support you more effective. If you have any other questions, feel free to reach out.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment"
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
- Use Conditional Formatting: