I have the following formula:
=VERSCHUIVING($AJ$9;0;0;$AJ$17;1)
or Offset($AJ$9,0,0,$AJ$17,1)
in english
With AJ9 being the start of a vertical list of options, and AJ17 being the length of that list.
I use this in a named range and use it for data validation using the Indirect
fucntion. When I want to select an argument from the list of this named range nothing appears, and when entering the Indirect formula it says it evaluates to an error. I tried entering the formula as an array formula using cmd + shift + enter
and it only displayed the value of Cell AJ9 instead of expanding downwards to an array.
Any suggestions to make this work (on excel for mac)
EDIT:
Just tried on a windows version, also no succes. When I open the name manager and enter the formula there it does show the dotted lines around the correct selection. However when I turn on data validation it still evaluates to an error.
EDIT2:
If I enter =CriticalPractice
(the name of my named range) in a cell it highlights cells AJ9 and AJ17. When I press enter I get #VALUE!
. If I enter it as an array formula I get the value of cell AJ9.