Forum Discussion

jscherp's avatar
jscherp
Copper Contributor
Jan 21, 2023
Solved

calling a dynamic range by composing the name with text and cell.value

Hi there,

office Professional Plus 2019

I'am trying to call a defined dynamic range bij composing its name from text and cell.value

something like : = sum(indirect("Eigen_"& N43). 

 

The dynamic range I want to call is Eigen_2014. This range is defined by

 =Offset(INDIRECT("verbruik!A" & MATCH(2014;verbruik!$A:$A;0));0;5;12;1)

 

The formula = sum(indirect("Eigen_"& N43) causes an error #VERW! (Dutch)

 

 

8 Replies

    • jscherp's avatar
      jscherp
      Copper Contributor
      when I place this formula =ALS(INDIRECT("jaar"&$N43);SOM(INDIRECT("Eigen_"&N43))) in cell V43 on sheet Verbruik! I get FALSE as response

Resources