ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
CRM Audit — Before & After Example
3
Evident Operations · Portfolio Sample
4
5
This workbook uses the public Titanic passenger dataset as a stand-in for a client's CRM export.
6
It is not real client data. It is used only to demonstrate audit and clean-up methodology.
7
8
How to read this workbook:
9
10
• 'Before (Original system)' — the CRM export as the client's team would see it today:
11
inconsistent formats, missing required fields, and no standardized categorization.
12
13
• 'After (Master List)' — the same records restructured per a proposed data-entry SOP:
14
standardized tiering, cleaned reference IDs, flagged gaps, linked household/account
15
groups. This is the master cleaned list; every tab below is a filtered view of it.
16
17
Additional After tabs have been added to create filtered lists and visualize client metrics:
18
• 'Active Clients' / 'Inactive Clients' — the master list filtered to a single retention
19
status, for a more focused sheet with significantly fewer rows of data to sift through.
20
21
• 'VIP Clients' — active clients on the Premium tier only, e.g. for a renewal or loyalty-focused
22
outreach list.
23
24
• 'Metrics' — summary tables and charts built from the After tab: status ratio, average last
25
purchase by tier, source channel breakdown, gender ratio, age distribution, and retention
26
rate by tier. This is a sort of dashboard for client trend monitoring to help get the most out of
27
the team's existing system and tools, although Sheets has limitations for this particular feature.
28
29
For full details about what was changed and why, please read the full length audit report document.
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100