Error using a validated list for named range

Yeoman.jeremy

Board Regular
Joined
Apr 4, 2011
Messages
90
Hi.

I have a named range which expands as more values are entered, formula below:
Code:
=OFFSET('Sheet1'!$A$1,0,0,COUNTA('Sheet1'!$A:$A),1)

This previously was a static range, which was not ideal, because it meant every time I added a new product i had to go into the names and increase the row for product, description, cost, price, discounts etc etc etc; so I made it this automatically adjusting range formula.

I also use a Validated list to have a drop down in the cell for this range, which looks like
Code:
=INDIRECT(A1)
(the "A1" in this example is the name of the range I want to look up)

So basically, the user chooses from a list of suppliers, which lets them choose (in the next cell) from a list of that suppliers' products.

The Problem:
Now, when I select a supplier (Cell "a1" in this example) it does not give me a list in the next cell, I cannot click on the drop down arrow.
So when I go into the validation settings and save it again it says:
"The Source currently evaluates to an error. Do you wish to continue?"

How can I fix this?

Thanks
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Hi,

This does not answer my question.
I already know how to create a validated list using INDIRECT.
I explained this in my question

Thanks
 
Upvote 0

Forum statistics

Threads
1,224,564
Messages
6,179,544
Members
452,925
Latest member
duyvmex

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top