Forum Discussion
ajl_ahmed
Jul 27, 2022Iron Contributor
blanks in data validation (Drop down list)
How can remove the blanks in data validation (Drop down list)? I have this error appeared as in the attached inage.
- Jul 27, 2022The issue is you cannot include dynamic arrays in the data validation menu. You'd have to add the formula at the sheet level then refer back to the spill using # notation. If the blanks in your range are at the end, you might consider creating an old school dynamic range with OFFSET-COUNTA.
Patrick2788
Jul 27, 2022Silver Contributor
The issue is you cannot include dynamic arrays in the data validation menu. You'd have to add the formula at the sheet level then refer back to the spill using # notation. If the blanks in your range are at the end, you might consider creating an old school dynamic range with OFFSET-COUNTA.