• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Data Entry Error Matrix

Thomas Kuriakose

Active Member
Respected Sirs,

Kindly find attached a list of data entry errors by users with entered data and the required data.

We need to prepare a single matrix user wise based on this data which covers the following -
1. Count of entry per user
2. Count of correct entry per user - match of data entry and required entry
3. Count of incorrect entry per user - mismatch between required entry and data entry and show the required vs actual data entry. We need to show to user what was entered by the user and what should have been entered.

Thank you so much,

with regards,
thomas
 

Attachments

I'd recommend helper column and PivotTable for your need.

Helper column formula:
=CHOOSE(--EXACT(B2,C2)+1,"ERROR","MATCH")

See attached for PivotTable example (Sheet2). Double click on Error Value Field and new sheet will show each Error line items.
 

Attachments

Respected Sirs,

A new method required to check the same.

The manager wants to monitor the entered parameter with respect to the actual parameter as per the attached file.

Kindly let me know how this can be done.

Thank you very much,

with regards,
thomas
 

Attachments

Respected Sir,

Your solution was so interesting that now we have many more ideas.

Kindly find attached the file with new requirements based on your solution.

Kindly let me know how we can get this.

Thank you so much,

with regards,
thomas
 

Attachments

Back
Top