I have some Dynamic named Ranges in my sheet.Ive made them dynamic using the following formula:
=$A$1:rowend($A$1)
Where row end is a custom function which return the last cell before an empty cell is reached in row "A"
The named range is named as follows : "iec_air" There is also another named range : "iec_ground"
Now the problem is when i apply datavalidation on a cell and choose list referring to "iec_air" directly it works but when try to achieve the same thing using indirect("iec_"&"air") it doesnt work
When my named ranges were static it was working,not its not.Any idea how to fix it?