Should uppercase and lowercase product codes match?
Decide whether ABC and abc identify the same item before joining. Compare case-sensitive matching with Ignore letter case while preserving original values.
Match customer lists, find missing values, and combine spreadsheets. See how to solve everyday Excel problems with worked examples in JOIN SHEET.
Decide whether ABC and abc identify the same item before joining. Compare case-sensitive matching with Ignore letter case while preserving original values.
Group by region and customer ID, then count those combinations by region. Separate order counts, regional customer counts and company-wide unique customers.
Count repeated codes once each, rather than counting duplicate rows. Summarize by code, filter counts above one, then count the remaining codes.
Two orders and three addresses for one customer produce six matching pairs. Check repeated join keys before deleting rows that may contain valid information.
Summarize amounts before applying a total threshold. Keep accounts totaling at least 100000 even when every individual transaction is smaller.
Put a team's minimum, maximum and average processing times in one summary. Understand why blank records do not count as zero in the average.