Excel-14 is a guide to advanced data handling features in Microsoft Excel.
Here you'll find step-by-step instructions, tips, and 47 illustrative screenshots covering:
- Filtering data
- Advanced Filter (including AND/OR logic and formulas)
- Data Form
- Remove Duplicates
- Outlining Data and Subtotals
- SUBTOTAL function
- Unique Values (UNIQUE function)
- FILTER function
๐ Goal: Help you manage, clean, and analyze data in Excelโusing built-in tools and modern dynamic formulas!
- ๐ Filter Data
- ๐ข Number and Text Filters
- ๐ Date Filters
- ๐งฎ Advanced Filter
- ๐๏ธ Data Form
- ๐ซ Remove Duplicates
- ๐ Outlining Data
- โ SUBTOTAL function
- ๐ Automatic Subtotals
- ๐งฉ Unique Values
- ๐งน FILTER function
- ๐ท Screenshots
- โน๏ธ Requirements
- ๐จโ๐ป Author
Excel makes it easy to filter data and display only what you need:
- Click any cell inside your dataset.
- On the Data tab, in the Sort & Filter group, click Filter.
Arrows in the column headers appear.
- Click the arrow next to Country.
- Click on Select All to clear all checkboxes, then check USA.
- Click OK.
Result: Only sales from the USA are displayed.
- Click the arrow next to Quarter.
- Again, clear all checkboxes, and check Qtr 1.
- Click OK.
Now, only sales from USA in Qtr 1 are shown.
To remove filters, use the Clear button on the Data tab.
To remove arrows, click Filter again.
- Select a cell.
- Right-click โ Filter โ Filter by Selected Cell's Value.
Apply filters based on numbers or text:
- Click any cell in the dataset.
- Data tab โ Filter (arrows appear).
To filter numbers:
- Click the arrow next to Sales.
- Choose Number Filters โ Greater Than.
- Enter
10,000and click OK.
Result: Only records with Sales > $10,000.
To filter text:
- Clear previous filters (Data โ Clear).
- Arrow next to Last Name โ Text Filters โ Equals.
- Enter
?m*and click OK.
?matches one character,*matches any number of characters.
Result: Only records where the second character of Last Name is "m".
- Click any cell inside your dataset.
- Data tab โ Filter.
- Arrow next to Date.
- Clear all, expand 2021, check May.
- Click OK.
Result: Only sales from May 2021.
To filter for "Last Year":
- Select all, then Date Filters โ Last Year.
Result: Sales from last year.
Many date filters depend on today's date.
Advanced Filter lets you use more complex criteria (AND/OR, formulas).
To show sales in USA AND Qtr 4:
- Enter criteria.
- Select any cell in dataset.
- Data tab โ Advanced.
- Set Criteria range to
A1:D2.
- Click OK.
Result:
This could be done with normal filter, but Advanced Filter is required for OR or formula criteria.
Show sales for USA in Qtr 4 OR UK in Qtr 2:
- Enter criteria.
- Data tab โ Advanced, set Criteria range to
A1:D3.
- Click OK.
Result:
Show sales for USA in Qtr 4 OR UK in Qtr 2, but only if Sales > $10,000:
- Enter criteria (e.g., formula:
=B6>10000) on worksheet. - Data tab โ Advanced, set Criteria range to
A1:E3.
- Click OK.
Result:
Place formulas in a new column, not labeled as in your dataset. Use relative references.
Excelโs Data Form lets you add, edit, delete, and search recordsโgreat for wide tables.
To enable:
- Add Form command to Quick Access Toolbar:
- Click down arrow โ More Commands
- Choose "Commands Not in the Ribbon"
- Select Form and click Add
- Click OK. Now Form is on your toolbar.
To use:
- Select any cell, click Form.
Use Find Prev/Next to browse records.
Use New or Delete to add/remove records.
Use Restore to undo changes.
To search by criteria:
- Click Criteria.
- Enter criteria and click Form.
Now only records matching criteria appear when using Find Prev/Next.
Quickly remove duplicate rows:
- Select any cell in dataset.
- Data tab โ Data Tools group โ Remove Duplicates.
Result: All identical rows (except the first) are removed.
To keep duplicates but extract unique rows, use Advanced Filter.
Outlining helps organize and summarize data:
- Sort data by Company.
- Data tab โ Outline group โ Subtotal.
- Select Company column, Count function, check Company.
- Click OK.
Result:
To collapse/expand groups, use minus signs or level numbers.
Remove outline: Data tab โ Outline group โ Subtotal โ Remove all.
Use SUBTOTAL instead of SUM/COUNT/MAX to ignore filtered/hidden rows.
SUM counts all rows; SUBTOTAL ignores those hidden by filter.
Argument 109 = SUM for SUBTOTAL. Use Excelโs autocomplete to see function numbers.
Create a table, add a total row at the bottom:
- Filter by Country.
- Add total row: Table Design โ Total Row.
Second way: Data tab โ Outline group โ Subtotal.
With Excel 365/2021, use UNIQUE to extract unique values:
Basic UNIQUE formula:
UNIQUE for values that occur only once:
UNIQUE takes 2 optional arguments:
- 2nd arg: 0 = vertical array.
- 3rd arg: 1 = only items that occur once.
If you donโt have Excel 365/2021, use Advanced Filter for unique values.
Excel 365/2021: Use FILTER for powerful criteria-based extraction.
Filter all USA records:
Filter where Sales > $10,000 AND Country = USA:
Filter where Last Name = "Smith" OR "Williams":
Sort records with SORT:
All 47 screenshots referenced above are available in the /Screenshots folder.
- Microsoft Excel (recommended: 2021/365 for modern formulas)
- Windows OS (for some features like Data Form command)
Project and documentation by Kuba27x
Repository: Kuba27x/Excel-14














































