Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
UPDATED! Auto Expand Drop Down List Using Dynamic Array In Excel - Excel Tips and Tricks
4 Views • Sep 09, 2025
Description
Here are the steps outlined in this video.
Auto Expand Drop Down List
1) Select cell E3
2) =UNIQUE(SORT(FILTER(D3:D20,NOT(ISBLANK(D3:D20)),"NA")))
3) Enter
4) Select cell B2
5) Data ~ Data Tools ~ Data Validation ~ Data Validation
6) Allow set to List
7) =$E$3#
8) OK
Let's breakdown the formula.
=UNIQUE(SORT(FILTER(D3:D20,NOT(ISBLANK(D3:D20)),"NA")))
'FILTER(D3:D20, NOT(ISBLANK(D3:D20))): This part filters the range D3:D20 by removing any blank cells. It only returns the non-blank cells from that range.
SORT(FILTER(D3:D20, NOT(ISBLANK(D3:D20)))): The SORT function sorts the non-blank cells obtained from the previous step in ascending order.
UNIQUE(SORT(FILTER(D3:D20, NOT(ISBLANK(D3:D20))))): The UNIQUE function then takes the sorted non-blank cells and removes any duplicates. It returns a list of unique values from the sorted list.
Finally, "NA" is used as the third argument for UNIQUE to specify how to handle error values. In this case, it means that if any error occurs during the calculation, the function will return "NA" as the result.
So, the overall purpose of this formula is to create a list of unique, sorted values from the range D3:D20, excluding any blank cells, and handling any potential errors with "NA" as a result.
🔗🔗 LINKS TO SIMILIAR VIDEOS 🔗🔗
Auto Expand Drop Down List In Excel - Excel Tips and Tricks
https://youtube.com/shorts/cvZB_9X1h3g?feature=share
Why is Drop Down List in Google Sheet better than in Excel - Excel Tips and Tricks
https://youtube.com/shorts/OI5YJUs7Sqc?feature=share
Auto expand drop down list in Excel, How do I create an expandable drop-down list in Excel?,
How do I extend Data Validation list in Excel?,How do I auto populate data in Excel based on a drop-down list?,How do I automate data vaRecently, I posted a video showcasing the process of creating an Auto Expand Drop Down List in Excel using OFFSET and COUNTA() functions,
More from User
Employee Time Tracker in Excel - Excel Tips and Tricks
ExcelTips247
3D Donut Chart in Excel - Excel Tips and Tricks
ExcelTips247
Simple Dependent Drop-Down List in Excel - Excel Tips and Tricks
ExcelTips247
TOROW Excel Function Not Working - Excel Tips and Tricks
ExcelTips247
Hotkey To Launch Excel - Excel Tips and Tricks
ExcelTips247
Print Multiple PDF at Once - Excel Tips and Tricks
ExcelTips247
Related Videos
Calculate commission using dynamic array in Excel - Excel Tips and Tricks
ExcelTips247
How to Create an Excel Interactive Chart with Dynamic Arrays - Excel Tips and Tricks
ExcelTips247
Auto Expand Drop Down List In Excel - Excel Tips and Tricks
ExcelTips247
Create a dynamic chart using the scroll bar in Excel - Excel Tips and Tricks
ExcelTips247
How to make Dynamic 3D Cylinder Chart in Excel - Excel Tips and Tricks
ExcelTips247
Dynamic Numbering Row Merged Cells in Excel - Excel Tips and Tricks
ExcelTips247