Back to blog

Why "Fixing" a Spreadsheet Can Make It Less Trustworthy

Cleaning a spreadsheet can make it look better while making the data less truthful. Learn when deleting, filling, merging, standardizing, or correcting values creates false certainty.

  • data-cleaning
  • spreadsheets
  • investigation
  • data-quality
  • excel

A messy spreadsheet is uncomfortable.

A confidently wrong spreadsheet is worse.

The moment you replace a blank, delete a duplicate-looking row, merge two records, or standardize an unusual value, you are no longer just cleaning data.

You are making a claim about what the data should have been.

Every correction is also a claim about reality.

A column contains:

120
124
118
121
9,840

The last value looks wrong.

Maybe it is.

Maybe it is a legitimate bulk transaction, a unit mismatch, a data-entry mistake, a special customer, a fraud signal, or an unusual but real event.

Changing 9,840 to something “normal” without evidence produces a cleaner-looking file — and may destroy the most important record in the sheet.

Clean-looking data and trustworthy data are not the same thing.

Operators repeatedly debate when to fill blanks, delete outliers, merge similar contacts, and normalize categories. The recurring problem is not that cleanup tools exist. It is that cleanup can manufacture certainty the original file never earned.

Replacing blanks can invent information

A blank is evidence of absence in the file.

It does not automatically reveal why the information is absent.

Take a Discount % field that is empty.

Possible meanings:

  • no discount
  • discount unknown
  • field not applicable
  • discount was never collected
  • source system failed
  • historical records predate the field

Replacing every blank with 0 creates the claim:

“No discount was given.”

The blank never proved that.

Filling a blank is not neutral. It changes what the dataset says happened.

If business rules establish that blank definitively means zero, filling may be correct.

Rule first. Correction second.

For a fuller treatment of missing values as a decision problem, see 3 data-cleaning questions with no universal answer.

Standardizing values can erase meaningful differences

Normalization helps when variation is superficial:

  • capitalization
  • whitespace
  • known abbreviations
  • formatting

It becomes dangerous when similarity is mistaken for identity.

Examples:

Northstar Ltd
Northstar Limited
Northstar Holdings
Northstar UK

These may be one company.

Or four related but different realities: legal entities, parent/subsidiary, regional branches, historical names.

Risks of aggressive entity cleanup:

  • combining separate legal entities
  • collapsing parent and subsidiary
  • destroying historical naming
  • merging regional branches that should report separately

Categories fail the same way.

Closed
Cancelled
Lost

mapped to a single Inactive label can simplify a dashboard while destroying pipeline meaning.

Standardization is useful when variation is superficial. It is destructive when variation carries information.

Deleting outliers can remove the records worth investigating most

An outlier can represent:

  • typo
  • fraud
  • exceptional sale
  • operational incident
  • unusual customer
  • bulk transaction
  • system migration
  • unit mismatch
  • genuine rare event

Do not treat outliers as automatic trash.

Typical invoices run $800–$4,000. One invoice is $86,500.

That may be wrong.

It may also be the largest legitimate customer order that month.

If you delete it only because it falls outside the dominant range, the dataset becomes less truthful.

A rare value is not automatically invalid.

Suspicious means unusual but potentially legitimate.

Detect aggressively. Investigate carefully. Remove only when supported.

Merging similar records can create a person or company that never existed

Field Record A Record B
Name James Lee James Lee
Company Northstar Ltd Northstar Limited
Email [email protected] [email protected]

Possible interpretations:

  • same person
  • two different people with the same name
  • old versus new email
  • parent/subsidiary relationship
  • duplicate imported from another CRM
  • contractor versus employee

Similarity is not proof.

Merging is not formatting. It changes identity relationships.

Consequences can include:

  • transactions assigned to the wrong person
  • notes and history attached incorrectly
  • messages sent to the wrong contact
  • customer counts distorted
  • ownership and reporting broken

Duplicate detection identifies candidates. Identity resolution requires evidence.

Auditere can help surface questionable duplicates for review. It does not magically prove that two similar rows are the same real-world entity. The operator still decides. See also verify contact data before CRM import.

Correcting values to match the dominant pattern can destroy legitimate exceptions

Suppose 99% of IDs look like:

104821
104822
104823

and one record contains:

S-104824

Possible interpretations:

  • invalid entry
  • legacy numbering
  • special account
  • separate business unit
  • test record
  • migrated record

The dominant pattern tells you what is normal.

It does not automatically redefine what is valid.

Percentages establish what is normal. They do not automatically redefine semantic validity.

The correct outcome may be Invalid, Suspicious, or a legitimate exception — depending on evidence.

Fixing conflicting fields can hide the contradiction instead of resolving it

Status Cancellation Date
Active 2026-07-14

Someone may clear the date.

Or change the status to Cancelled.

Either action creates consistency.

Without context, either action may be wrong.

Possible explanations:

  • reactivated customer
  • scheduled cancellation
  • historical cancellation still on the record
  • stale status field
  • incorrect date
  • business-specific status semantics

The contradiction itself is evidence.

Cleaning it away prematurely can destroy that evidence.

Sometimes inconsistency is the clue.

That is the same spirit as reconciling competing spreadsheet versions instead of forcing agreement.

A cleaner-looking dataset can be less auditable

Preserve enough of:

  • original values
  • what changed
  • why it changed
  • who or what changed it
  • whether the change can be reversed

when the correction has real consequence.

UAEUnited Arab Emirates may be harmless formatting.

Revenue: $84,000$48,000 needs provenance.

Without it, later reviewers see only the corrected value and lose:

  • what was originally present
  • why it changed
  • whether the correction was justified

Correction without provenance = lost evidence.

Not every whitespace trim needs a legal audit trail. Consequence matters. Higher-impact corrections deserve stronger history.

The safest correction is the one you can explain

For an important change, a reviewer should be able to answer:

  1. What was the original value?
  2. Why was it considered questionable?
  3. What evidence showed it was wrong?
  4. Why was this replacement chosen?
  5. Who or what made the change?
  6. Can the change be reversed?
  7. Was the resulting dataset verified afterward?

Simple obvious corrections need little ceremony.

Ambiguity and business impact should raise the evidence threshold.

Higher consequence + higher ambiguity = stronger evidence requirement.

Cleanliness, consistency, and truth are different things

Level Question
Presentation cleanliness Does the data look orderly?
Structural consistency Does it follow expected formats, types, and schemas?
Semantic consistency Do related fields and categories make sense together?
Real-world truth Does the dataset reflect what actually happened?

A spreadsheet alone often cannot fully establish real-world truth. Internal inspection can catch invalid formats, conflicts, and suspicious patterns. It cannot independently prove that a phone number still belongs to a person or that an invoice was paid.

Do not confuse a tidy file with a verified reality.

A safer correction workflow

1. Preserve the original

Never destroy the only copy.

2. Detect questionable values

Missing data, duplicates, unusual values, conflicts, format problems, structural inconsistencies.

3. Classify the issue

Clearly invalid. Suspicious. Potentially duplicate. Expected exception. Unresolved conflict.

4. Gather context

Business rules, source documentation, timestamps, related fields, authoritative systems, historical data, domain expertise.

5. Separate certainty from hypothesis

Observation: email domain does not match company field.

Hypothesis: the person changed jobs.

Do not confuse them.

6. Resolve only what evidence supports

Correct, merge, delete, standardize, preserve, quarantine, or escalate.

7. Preserve provenance where consequence warrants it

Keep enough history to understand what changed.

8. Verify after the correction

Rerun checks. Confirm the fix did not create a new inconsistency.

Detect → classify → evidence → resolve → verify.

When automation becomes dangerous

Automation is valuable when the rule is known.

Trimming whitespace with no business meaning can be a safe repeatable transformation.

Merging every record with 90% name similarity can scale a bad assumption across thousands of rows.

Automation does not remove assumptions. It scales them.

Automate after the rule is understood — not before. That is the same boundary drawn in Excel, Power Query, OpenRefine, CRM, or Auditere?.

The goal is not clean data. The goal is trustworthy data.

A trustworthy dataset may still contain:

  • unresolved records
  • legitimate outliers
  • blanks
  • exceptions
  • unusual categories
  • flagged uncertainties

That is preferable to a perfectly uniform dataset created through unsupported assumptions.

Uncertainty preserved honestly is more useful than certainty manufactured by cleanup.

A spreadsheet that looks normal after unsupported fixes is a cousin of the spreadsheet that calculates without showing an error: both invite trust for the wrong reason.

Where Auditere fits

If a dataset is small and every correction is obvious, Excel may be all you need.

The difficulty begins when records are questionable rather than clearly wrong.

Auditere is designed around that investigation stage: detecting questionable structured data, distinguishing invalid from suspicious values, showing why records deserve attention, letting the operator resolve supported issues deliberately, and verifying the resulting dataset.

Auditere suggests. The operator decides.

It does not independently prove real-world truth. It does not claim every issue should be auto-fixed. It exists for the stage where cleanup without evidence would manufacture false certainty.

Action Looks cleaner? What could be lost?
Fill blank with 0 Yes Distinction between zero and unknown
Delete unusual row Yes Legitimate exception or critical event
Merge similar contacts Yes Separate identities and history
Standardize categories Yes Meaningful category distinctions
Correct conflicting field Yes Evidence of an unresolved contradiction

Related reads: 3 data-cleaning questions with no universal answer · Your spreadsheet can be wrong without showing a single error · How to reconcile two spreadsheets when the data doesn't match · Verify contact data before CRM import · Finding bad data in Excel · Excel vs Power Query vs OpenRefine vs CRM vs Auditere · Audit before you import

Auditere is live for beta. Join the Beta if investigating questionable records — not forced cleanup — is the bottleneck.

Ready to audit your data?

Join the beta waitlist for early access, or log in if you already have an account.