So I have some named ranges, which are used for userform combobox lists. I want to make it so that the user can add to these ranges by just posting a value in the row below in a column.
I have tried using this code in Refers to:
Whilst it works dynamically it also returns a blank value at the bottom, any idea why this is, or how to prevent this?
I have tried using this code in Refers to:
Code:
=OFFSET(LookupLists!$E$4,0,0,COUNTA(LookupLists!$E:$E),1)
Whilst it works dynamically it also returns a blank value at the bottom, any idea why this is, or how to prevent this?