drobbins3006
New Member
- Joined
- May 24, 2011
- Messages
- 7
sheet 1 contains
column a = list of numbers
column b may or may not be populated
column c = one of these values: Empty, ThisList, CreditList, or Unique.
sheet 2 contains
column a = list of numbers
if b1 is unpopulated c1= "Empty" regardless of what is in a1
if a1 is duplicated in column a, and b1 is populated, c1 = "ThisList"
if a1 is found in sheet 2 column a, and b1 is populated, c1 = "CreditList"
if a1 is unique in column a, not found in sheet 2 column a, and b1 is populated, c1 = "Unique"
I have tried to figure out a formula, but will use any solution available.
Thanks to anyone who is willing to help.
column a = list of numbers
column b may or may not be populated
column c = one of these values: Empty, ThisList, CreditList, or Unique.
sheet 2 contains
column a = list of numbers
if b1 is unpopulated c1= "Empty" regardless of what is in a1
if a1 is duplicated in column a, and b1 is populated, c1 = "ThisList"
if a1 is found in sheet 2 column a, and b1 is populated, c1 = "CreditList"
if a1 is unique in column a, not found in sheet 2 column a, and b1 is populated, c1 = "Unique"
I have tried to figure out a formula, but will use any solution available.
Thanks to anyone who is willing to help.