Hi all,
I have name set in name manager pointing to Col B, Sheet 1 as =OFFSET(Sheet1!$B$2,0,0,COUNTA(Sheet!$B:$B),1)
User is presented with drop down menus in various cells in a different work sheet pertaining to this named range. Once they select an item from the drop down, the item is removed from Col B Sheet 1 and placed into Col C Sheet 1 (via VBA). Meaning that item is no longer available to be selected from the drop down. This works correctly as user is only allowed to select each item once. However, the drop down now contains a blank space corresponding to the item that has been removed. Once a large number of items have been selected and removed, the number of blank spaces becomes a nuisance.
Question: is there a way to modify the above formula to eliminate these blanks from the drop downs, i.e., to only show whatever non-blank cells remain in Col B Sheet 1?
Appreciate the help!
I have name set in name manager pointing to Col B, Sheet 1 as =OFFSET(Sheet1!$B$2,0,0,COUNTA(Sheet!$B:$B),1)
User is presented with drop down menus in various cells in a different work sheet pertaining to this named range. Once they select an item from the drop down, the item is removed from Col B Sheet 1 and placed into Col C Sheet 1 (via VBA). Meaning that item is no longer available to be selected from the drop down. This works correctly as user is only allowed to select each item once. However, the drop down now contains a blank space corresponding to the item that has been removed. Once a large number of items have been selected and removed, the number of blank spaces becomes a nuisance.
Question: is there a way to modify the above formula to eliminate these blanks from the drop downs, i.e., to only show whatever non-blank cells remain in Col B Sheet 1?
Appreciate the help!