jono19872002
New Member
- Joined
- Jul 16, 2009
- Messages
- 4
Hi
I am trying to create dependant drop down lists but am currently having issues.
I understand the concept and can get it working when I hardcode the ranges as a named range, however when I use the offset function in the name range I cant get the dependant drop down list to work.
For example
I have a "Category" named range which is Income, Expenditure, Assets, Liabilities, which works fine and is input via a dynamic named range (similar to below)
I also have a named range called Expenditure with the names range as below:
=OFFSET(Categories!$D$1,1,0,COUNTA(Categories!$D:$D)-1,1)
This on its own works fine.
However when I try and use the =indirect() to pick up the expenditure named range based of the category named range
I get the error message "The source currently evaluates to an error" ?
I am trying to create dependant drop down lists but am currently having issues.
I understand the concept and can get it working when I hardcode the ranges as a named range, however when I use the offset function in the name range I cant get the dependant drop down list to work.
For example
I have a "Category" named range which is Income, Expenditure, Assets, Liabilities, which works fine and is input via a dynamic named range (similar to below)
I also have a named range called Expenditure with the names range as below:
=OFFSET(Categories!$D$1,1,0,COUNTA(Categories!$D:$D)-1,1)
This on its own works fine.
However when I try and use the =indirect() to pick up the expenditure named range based of the category named range
I get the error message "The source currently evaluates to an error" ?