How do I sort out incorrect data

Solange T Nana 0 Reputation points
2025-10-25T23:45:09.19+00:00

How do I sort out incorrect data in an excel spread sheeting using a windows computer?

Microsoft 365 and Office | Excel | Other | Windows
{count} votes

2 answers

Sort by: Most helpful
  1. Solange T Nana 0 Reputation points
    2025-10-25T23:46:10.3566667+00:00

    I need help with the posted question above

    0 comments No comments

  2. 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. 

    User's image

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.