justanotheruser
Board Regular
- Joined
- Aug 14, 2010
- Messages
- 96
Hi all,
I've got a drop down list which is linked to a source sheet called "Mapping", and on this sheet I have selected my range for Data Validation for a Drop Down list.
However, there are certain values which are repeated, so I've used some IF, COUNTIF, ROWS and INDEX formulas to sort it out and remove duplicate entries.
In the table, below, the data is stored in Column C, the first part of my calculations is in Column A, and then the second part is in Column B - which I want to use as the source for my drop down list. The only problem that I have is that instead of blanks cells there are 0s in the cell as below. Could someone help me fix it? (cell C2 is intentionally blank)
Thanks in advance.
I've got a drop down list which is linked to a source sheet called "Mapping", and on this sheet I have selected my range for Data Validation for a Drop Down list.
However, there are certain values which are repeated, so I've used some IF, COUNTIF, ROWS and INDEX formulas to sort it out and remove duplicate entries.
In the table, below, the data is stored in Column C, the first part of my calculations is in Column A, and then the second part is in Column B - which I want to use as the source for my drop down list. The only problem that I have is that instead of blanks cells there are 0s in the cell as below. Could someone help me fix it? (cell C2 is intentionally blank)
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | * | * | Entity | ||
2 | * | * | * | ||
3 | 1 | 210 | 210 | ||
4 | 1 | 220 | 210 | ||
5 | 1 | 230 | 210 | ||
6 | 2 | 240 | 220 | ||
7 | 2 | 250 | 220 | ||
8 | 3 | 0 | 230 | ||
9 | 3 | 0 | 230 | ||
10 | 3 | 0 | 230 | ||
11 | 4 | 0 | 240 | ||
12 | 5 | 0 | 250 | ||
13 | 6 | 0 | * | ||
14 | 7 | 0 | * | ||
15 | 8 | 0 | * | ||
16 | 9 | 0 | * | ||
17 | 10 | 0 | * | ||
18 | 11 | 0 | * | ||
19 | 12 | 0 | * | ||
20 | 13 | 0 | * | ||
21 | 14 | * | * | ||
22 | 15 | * | * | ||
23 | 16 | * | * | ||
24 | 17 | * | * | ||
25 | 18 | * | * | ||
26 | * | * | * | ||
27 | * | * | * | ||
Mapping |
Thanks in advance.