• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Data Validation with a Dynamic Range

Shay A

Member
Hello,
If I use it this feature, and choose a list as the source for Data Validation, will it be updated dynamically? If I use the Indirect function?

TY
 
Depends on your Named range (list) reference.

To make it dynamic. You'd usually use one of below.
1. Use Table Column for named range.
2. Use Formula. Offset(Cell Ref,0,0,COUNTA(Col Ref),1)

Or variations of above.
 
Hi,
and using a dynamic range will ensure that the data validation gets longer/shorter if the source changes?

TY
 
Back
Top