Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
Auto Expand Drop Down List In Excel - Excel Tips and Tricks
3 Views • Aug 18, 2025
Description
Here are the steps outlined in this video.
Auto Expand Drop Down List
1) Data ~ Data Tools ~ Data Validation ~ Data Validation
2) Allow set to List
3) =OFFSET($D$3,0,0,COUNTA($D$3:$D$10),1)
4) OK
Let's breakdown the formula.
The OFFSET function in Excel is used to create a reference to a range of cells that is offset from a starting cell by a certain number of rows and columns. $D$3 is the starting cell reference.
It refers to cell $D$3, which is the starting point for the range.
0 is the number of rows to offset. Since it is 0, the range will start from the same row as the starting cell, which is D3.
0 is the number of columns to offset. Again, it is 0, so the range will start from the same column as the starting cell, which is column D.
1 is the number of columns in the resulting range. It indicates that the resulting range will have 1 column.
COUNTA($D$3:$D$10) is a function that counts the number of non-empty cells in the range D3:D10. It returns a numeric value representing the count of non-empty cells.
Putting it all together, the formula creates a range reference that starts from cell D3 and covers a certain number of rows and 1 column. The number of rows is determined by the count of non-empty cells in the range D3:D10. The resulting range is dynamic and adjusts automatically if the number of non-empty cells in the range changes.
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 validation in Excel?,
More from User
Hide cell values in Excel - Excel Tips and Tricks
ExcelTips247
How do I add a Choosecols function in Excel? - Excel Tips and Tricks
ExcelTips247
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
Related Videos
UPDATED! Auto Expand Drop Down List Using Dynamic Array In Excel - Excel Tips and Tricks
ExcelTips247
How do I create a dependent drop-down list in Excel - Excel Tips and Tricks
ExcelTips247
Why is Drop Down List in Google Sheet better than in Excel - Excel Tips and Tricks
ExcelTips247
List of Excel functions in any versions of Excel - Excel Tips and Tricks
ExcelTips247
How do you create a hierarchical list in Excel? - Excel Tips and Tricks
ExcelTips247
Dependent Drop Down Lists In Google Sheet - Excel Tips and Tricks
ExcelTips247