Guide

Employee master cleanup for HR, Admin and IT teams

Employee masters often become messy because names, emails, departments and status fields change across systems. A cleanup workflow compares trusted HR data with email, asset, attendance or payroll exports and produces a list of actions.

Keywords: employee master cleanup, email license audit, find duplicates in excel

Start with a trusted source

Choose the HR employee master as the source of truth where possible. Use employee code and work email as primary matching keys because names alone can be inconsistent.

Find inactive accounts

Compare active employees with Gmail, Zoho or other mailbox dumps. Flag mailboxes assigned to inactive, resigned or unknown users for review.

Detect duplicates

Group duplicate employee codes, repeated emails and name variations. Duplicates should be reviewed before using lookup formulas because a lookup may return only the first match.

Prepare action sheets

Separate records into keep, update, investigate and remove categories. This makes the output useful for HR, IT and management review.

ReconNimble method

Use the Employee Master vs Email Dump template or upload custom CSV/XLSX files. Select employee code, email or username matching and export the action sheet.

Formula examples

Copy-ready examples

Build your own

Find email by employee code

=XLOOKUP(A2,EmailDump!A:A,EmailDump!D:D,"No mailbox")

Check duplicate email

=COUNTIF($D:$D,D2)

Flag missing with VLOOKUP

=IFERROR(VLOOKUP(A2,EmailDump!A:D,4,FALSE),"Missing")
FAQ

Questions about employee master cleanup

What key should I use for employee reconciliation?

Employee code and work email are usually safer than employee name.

Should generic mailboxes be deleted?

No. Generic mailboxes such as support, sales, info or admin should be reviewed separately with safe-keep rules.

Can ReconNimble export an action list?

Yes. The workflow generates an action sheet with issue type, key used, confidence and recommended action.

Related guides

Continue building formula and reconciliation knowledge.

XLOOKUP in Excel: what it is and how to use it

xlookup

Read

XLOOKUP vs VLOOKUP: practical comparison for reconciliation

xlookup vs vlookup

Read

XLOOKUP in Google Sheets and practical alternatives

xlookup in google sheets

Read

VLOOKUP and HLOOKUP in Excel: simple guide with examples

vlookup and hlookup formula

Read