Back to Home

Excel Blog

Every guide we've written, laid out as a workbook. Filter it from the formula bar, sort a column, arrow down the rows — the reading opens beside them.

blog.xlsx
A2
Topics
1
2Duplicates: The Payment Run Came to 39,488.00 and the Invoices Came to 23,081.75Duplicates01/09/202620fx
3Multi-Currency Workbooks: January Was 132,549.03 in February and 134,880.05 in March, and Not One Invoice ChangedMulti-Currency31/08/202621fx
4Charts: Eight Months of Growth, One Column Chart, and the 11,704.67 the Picture Could Not ShowCharts30/08/202621fx
5Circular References: The Bonus Pool That Has to Know Its Own Answer Before It Can Give OneCircular References29/08/202623fx
6Linked Workbooks: The Group Summary That Was 133,250.00 Short Because Three Links Never UpdatedExternal Links28/08/202617fx
7Sorting and Filtering in Excel: The One-Column Sort That Moved a 31,725.00 Invoice to Another CustomerSorting and Filtering27/08/202621fx
8SUMPRODUCT: Weighted Averages, Two-Condition Sums and the Average Unit Price That Was Out by 516,711.60SUMPRODUCT26/08/202619fx
9Why Your Workbook Takes 45 Seconds to Recalculate: Volatile Functions, Whole-Column Formulas and the 44 Million Cells Nobody Asked ForPerformance25/08/202620fx
10Percentages in Excel: Margin, Markup, Percent Change and the 36,863 Hidden in a Column That Says 30%Percentages24/08/202625fx
11Forecasting in Excel: TREND, FORECAST.LINEAR, Seasonality and the 51,321 the Straight Line Left Out of ChristmasForecasting23/08/202626fx
12Nine Ways a Cell Can Say No: Excel's Error Values, IFERROR, IFNA and the 2,952.75 Somebody Turned Into a ZeroError Handling22/08/202628fx
13Two Lists That Should Agree: Comparing Columns, COUNTIF, MATCH and the 490.60 That Was Three ProblemsComparing Lists21/08/202625fx
14Twelve Monthly Tabs, One Total: 3D References, INDIRECT and the 47,500 Nobody BookedMulti-Sheet Formulas20/08/202626fx
15Excel's Statistical Functions: MEDIAN, Percentiles, RANK and the Average Nine of the Twelve Are BelowStatistics19/08/202624fx
16Custom Number Formats: What the Cell Shows, What the Cell Holds, and the Total That Says 3:00Number Formats18/08/202625fx
17SUBTOTAL and AGGREGATE: Totals That Follow the Filter and Survive the ErrorsSUBTOTAL17/08/202622fx
18Excel's Rounding Functions: ROUND, MROUND, CEILING and the Penny That Never Adds UpRounding16/08/202622fx
19LET and LAMBDA: Naming the Parts of a Formula, and Writing Your Own FunctionsLAMBDA15/08/202626fx
20What-If Analysis: Goal Seek, Data Tables and the Model That Answers BackwardsWhat-If Analysis14/08/202629fx
21Absolute, Relative and Mixed References: The Dollar Signs That Decide What Fills DownCell References13/08/202622fx
22Excel Financial Functions: PMT, NPV, IRR and the Minus Sign That Decides the AnswerFinancial Functions12/08/202624fx
23Protecting an Excel Sheet Someone Else Will Type IntoSheet Protection11/08/202621fx
24Excel Text Functions: Splitting, Extracting and Rebuilding Text Someone Else TypedText Functions10/08/202619fx
25Power Query: Clean the Import Once, Then Let It Clean ItselfPower Query09/08/202619fx
26Named Ranges and Structured References: Formulas That Say What They MeanNamed Ranges08/08/202619fx
27Excel's Logical Functions: IF, IFS, AND/OR and the Ladder That Breaks at Three RungsLogical Functions07/08/202615fx
28Dynamic Arrays in Excel: FILTER, SORT, UNIQUE and the Formula That Fills Its Own RangeDynamic Arrays06/08/202619fx
29INDEX and MATCH: The Lookup Pair That Survives a Moved ColumnLookup Functions05/08/202619fx
30Excel Date and Time Formulas: Serial Numbers, EOMONTH, NETWORKDAYS and DATEDIFDate Functions04/08/202622fx
31Excel Data Validation: Dropdown Lists and Rules That Stop Bad DataData Validation03/08/202618fx
32SUMIFS and COUNTIFS: Conditional Totals Without the Helper ColumnsConditional Aggregation02/08/202616fx
33XLOOKUP vs VLOOKUP: When to Use Each (and How to Switch)Lookup Functions02/08/202612fx
34Excel Conditional Formatting with Formulas: Visualize Data AutomaticallyExcel20/02/202611fx
35Build Your First Excel Dashboard (No VBA, No Power Query)Excel29/01/20267fx
36Excel Pivot Tables Mastery: Analyze Data in MinutesExcel20/12/202512fx
37Excel Keyboard Shortcuts: 50+ Shortcuts to Work FasterExcel15/12/20259fx
38Cleaning Messy Data Imports: Standardizing Dates, Numbers, and TextData Cleaning11/12/20253fx
39Real-Life Applications of Excel Formulas: Boost Your ProductivityExcel10/09/20254fx
40Troubleshooting Complex Formulas Step-by-StepExcel Tips24/08/20256fx
41Top 10 Most Used Excel Formulas (With Real-Life Examples)Excel07/08/20254fx
A2Preview
Free
Duplicates
Excel
COUNTIF

Duplicates: The Payment Run Came to 39,488.00 and the Invoices Came to 23,081.75

01/09/202620 min read

Ten rows went into a supplier payment run totalling 39,488.00. Six invoices were on it, worth 23,081.75, and the other 16,406.25 was four rows that had already been paid — 41.5% of a run that Excel's own Remove Duplicates looked at and deleted exactly one row from, because one supplier name carried a trailing space, one carried a different capital letter, and two copies of the same invoice had been keyed on different days. This guide covers duplicates end to end: the three different things people mean by the word, and why a tool that answers one of them cannot answer the others; what Remove Duplicates actually compares, which columns it forgives and which it does not, and why it is the wrong first move on data you have not yet measured; flagging with COUNTIF and the expanding-range trick that marks the second copy rather than both; putting a number on it, with SUMPRODUCT(D/COUNTIF) returning the 23,081.75 that should have been paid and the subtraction that returns the 16,406.25 that should not; why a two-key COUNTIFS check found three of the four and missed 7,340.00; TRIM, UPPER and a normalised helper key, plus the reason COUNTIF cannot take that key as an array; EXACT for the codes where case is the whole point, and the 15-digit comparison that makes COUNTIF call two different long IDs the same; UNIQUE, FILTER, XLOOKUP and the third argument of UNIQUE that returns only the rows appearing exactly once; data validation that refuses the next one, the paste that walks straight through it, and the Power Query step that re-runs on every refresh — case-sensitively, unlike everything else in Excel; and twelve traps, from the invoice code containing an asterisk to the pivot table that will not count distinct until you tick a box nobody mentions.

  • 💸 Ten rows, 39,488.00 of payment run, 23,081.75 of actual invoices — the 16,406.25 in between is four rows that had been entered twice, and every one of them looked like a normal line on screen
  • 🧹 Remove Duplicates with every column ticked deleted one row and recovered 2,980.75 of the 16,406.25, then reported success — it forgives a capital letter and refuses to forgive a trailing space, and it cannot be undone once the file is saved
  • 🚩 =COUNTIF($C$2:$C$11,C2) lights up eight of the ten rows, which is the wrong answer to "which ones do I delete?"; =COUNTIF($C$2:C2,C2)>1, with the range anchored at one end only, marks exactly the four extra copies
Ready40 of 40 shown

That formula is real: the sheet below is its spill range, and it recalculates as you type.