justanotheruser
Board Regular
- Joined
- Aug 14, 2010
- Messages
- 96
Hi guys,
I've got this table below whereby row C contains data inputted by a user and there could be duplicate entries, so I've got formulas in Column A and B that remove the duplicate entries, as you can see:
The problem I have is that I am trying to use the contents of Column B in a dynamic drop down list, where there should be no blanks:
If we look at Column B, where I have defined a name, called ENTA with the following: =OFFSET(Mapping!$B$3,0,0,COUNTA(Mapping!$B:$B),1) - in cell B10, even though the cell value is blank, because there is a formula in it, the cell is chosen as part of the dynamic range - is there a way to adjust the offset formula to fix this? The cells in Column B are formatted as [=0]"";General
Thanks!
I've got this table below whereby row C contains data inputted by a user and there could be duplicate entries, so I've got formulas in Column A and B that remove the duplicate entries, as you can see:
Excel Workbook | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Entity | Additional Sheets to open | ||||
2 | ||||||
3 | 1 | FA6_210 | FA6_210 | PL_Workwear | ||
4 | 1 | FA7_220 | FA6_210 | BS_Workwear | ||
5 | 1 | FA8S_220 | FA6_210 | PL_Cleanroom | ||
6 | 2 | FA89_230 | FA7_220 | PL_Workwear | ||
7 | 3 | KK_230 | FA8S_220 | BS_Workwear | ||
8 | 4 | 210 | FA89_230 | PL_Cleanroom | ||
9 | 5 | KK_230 | PL_Workwear | |||
10 | 5 | KK_230 | BS_Workwear | |||
11 | 6 | 210 | ||||
12 | 7 | |||||
13 | 8 | |||||
Mapping |
The problem I have is that I am trying to use the contents of Column B in a dynamic drop down list, where there should be no blanks:
If we look at Column B, where I have defined a name, called ENTA with the following: =OFFSET(Mapping!$B$3,0,0,COUNTA(Mapping!$B:$B),1) - in cell B10, even though the cell value is blank, because there is a formula in it, the cell is chosen as part of the dynamic range - is there a way to adjust the offset formula to fix this? The cells in Column B are formatted as [=0]"";General
Thanks!