Hi,
I have atable which can grow in rows, and the columns will stay the same at 10 columns
I want to add a dynamic named range called BenefitsData.
I tried this:
and get no error but when I try to use it in my INDEX formula as the array argument I get #VALUE or #NAME error
Here is my INDEX formula:
B7:K21 should be the dynamic part, whether in a named range or not
I have atable which can grow in rows, and the columns will stay the same at 10 columns
I want to add a dynamic named range called BenefitsData.
I tried this:
Code:
OFFSET(B7,0,0,COUNTA(B7:$K$200)
and get no error but when I try to use it in my INDEX formula as the array argument I get #VALUE or #NAME error
Here is my INDEX formula:
Code:
INDEX(B7:K21,MATCH(B3,Employees,0),MATCH(B2,Benefits,0))
B7:K21 should be the dynamic part, whether in a named range or not