I need to use a combo box to whose selections change based on te results of another cell.
The following formula works fine with data validation on named ranges but I can't get it to work in the combobox listfillrange
=INDIRECT(SUBSTITUTE(b19," ",""))
When I enter the above formula it just resets the listfillrange value to blank
I need to keep the combo box set up. Is this possible?