Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
How do I get common data from two tables in Excel? - Excel Tips and Tricks
17 Views • Sep 09, 2025
Description
These are the formulas outlined in my video.
Get Common Names Between 2 Tables
=FILTER(A4:A44,(COUNTIF(D4:D44,A4:A44)))
Get Common Names Between 2 Tables (record)
=FILTER(A4:B44,(COUNTIF(D4:D44,A4:A44)))
Here's the breakdown of the formula.
FILTER: The FILTER function is used to extract specific data from a range based on certain criteria.
A4:A44: This is the range of cells that we want to filter. In this case, it's the range from cell A4 to A44.
COUNTIF: The COUNTIF function counts the number of times a specific value appears in a range.
D4:D44: This is the range of cells where the COUNTIF function will look for the values from column A. In this case, it's the range from cell D4 to D44.
A4:A44 (inside COUNTIF): This is the range of cells from column A that will be counted in the COUNTIF function. It matches the same range used in the FILTER function.
The logic behind this formula is to filter the values in column A (A4:A44) based on the condition that each value appears at least once in column D (D4:D44). In other words, it returns only the values from column A that have at least one corresponding occurrence in column D.
How do I get common data from two tables in Excel?,How do I extract common values from two columns in Excel?,How do you compare two lists in Excel and pull matching data?,How do I use Vlookup to find matching data in two columns?,Find the Common Values between two lists in Excel,
More from User
Get maximum of comma-separated values in a cell In Excel - Excel Tips and Tricks
ExcelTips247
Consolidate Data from Multiple Table Using SUMIF() in Excel... Another method - Excel Tips and Tricks
ExcelTips247
3D SUM to in Excel to consolidate data from multiple worksheets - Excel Tips and Tricks
ExcelTips247
Create a Fillable Field with Underline In Excel - Excel Tips and Tricks
ExcelTips247
Dynamic Search Box in Google Sheets With Text and Row Highlight - Excel Tips and Tricks
ExcelTips247
Consolidate Data from Multiple Worksheets Using SUM Function - Excel Tips and Tricks
ExcelTips247
Related Videos
How do I compare two sets of data in Excel for differences? - Excel Tips and Tricks
ExcelTips247
SUPER EASY Excel Data Entry Form (NO VBA) - Excel Tips and Tricks
ExcelTips247
Become the office Excel wizard by using this secret data entry tool - Excel Tips and Tricks
ExcelTips247
How do I make an automatic table sort in Excel? - Excel Tips and Tricks
ExcelTips247
Multiplication table in excel with one formula - Excel Tips and Tricks
ExcelTips247
How do you convert to a table without changing formatting in Excel? - Excel Tips and Tricks
ExcelTips247