T
Todd Huttenstine
Hey guys
I have 2 ranges: A:A and B:B. Each and every value in
A:A will be somewhere in range B:B. However each and
every value in B:B may NOT be in range A:A. I need a code
that will look in these 2 ranges and find all the values
that are listed in range B:B but not in range A:A and list
all those value in range C:C.
For example: Range A:A contains the following 5
values... "A", "B", "C", "D", "E". Range B:B contains the
following 5 values... "A", "C", "d", "e", "F".
When the code is run range C:C needs to contain only the
value "F" because "F" was found in range B:B but not in
range A:A.
How would this be done?
Thank you
Todd Huttenstine
I have 2 ranges: A:A and B:B. Each and every value in
A:A will be somewhere in range B:B. However each and
every value in B:B may NOT be in range A:A. I need a code
that will look in these 2 ranges and find all the values
that are listed in range B:B but not in range A:A and list
all those value in range C:C.
For example: Range A:A contains the following 5
values... "A", "B", "C", "D", "E". Range B:B contains the
following 5 values... "A", "C", "d", "e", "F".
When the code is run range C:C needs to contain only the
value "F" because "F" was found in range B:B but not in
range A:A.
How would this be done?
Thank you
Todd Huttenstine