I need a formula that will do this:
1. I have a list of 8 codes.
2. The list may contain duplicates.
What I need is a formula in 8 cells of another list that is based on the initial list.
1. It is also 8 cells of data.
2. The data will contain each code from the initial list but only one time.
3. There may be a specific code, "BAD1" or "BAD2" that I need to omit.
4. If I have found all the unique codes that are not "BAD1" or "BAD2", then the formula returns "".
So if My initial list is:
CODE1
CODE2
CODE3
CODE1
CODE4
BAD1
EMPTY CELL
EMPTY CELL
Then my resulting list would be (order is not important except the "" cells at the end):
CODE1
CODE2
CODE3
CODE4
""
""
""
""
Can anyone help me with the formulas that would be in the resulting list cells? Thanks.
1. I have a list of 8 codes.
2. The list may contain duplicates.
What I need is a formula in 8 cells of another list that is based on the initial list.
1. It is also 8 cells of data.
2. The data will contain each code from the initial list but only one time.
3. There may be a specific code, "BAD1" or "BAD2" that I need to omit.
4. If I have found all the unique codes that are not "BAD1" or "BAD2", then the formula returns "".
So if My initial list is:
CODE1
CODE2
CODE3
CODE1
CODE4
BAD1
EMPTY CELL
EMPTY CELL
Then my resulting list would be (order is not important except the "" cells at the end):
CODE1
CODE2
CODE3
CODE4
""
""
""
""
Can anyone help me with the formulas that would be in the resulting list cells? Thanks.