Hi all,
I have this specific task at work which I failed to do with VBA. So let me explain and even put a link to my file.
I have the below arrays:
Alpha: Includes a lot of Index Code|Exchange Code (Separated by "|")
Beta: Includes a lot of Date| Exchange code (Seprated by "|")
What is needed?
1) Alpha Array has duplicates, i.e same exact elements repeated which needs to be omitted from Alpha Array.
2) Whenever there is a match between the exchange code in array Alpha and array Beta, we add the index code from array Alpha + "|" + Date from array Beta to a new array THETA.
Please note that there should be more than one match and I need all of them.
Can you Please help me as soon as possible with a code that can do the above? I would really appreciate if there is explanation as well.
https://app.box.com/s/jde0deo8qqccxsy6fqm0x5wpc4k7a3vb
Many thanks in advance.
Best,
I have this specific task at work which I failed to do with VBA. So let me explain and even put a link to my file.
I have the below arrays:
Alpha: Includes a lot of Index Code|Exchange Code (Separated by "|")
Beta: Includes a lot of Date| Exchange code (Seprated by "|")
What is needed?
1) Alpha Array has duplicates, i.e same exact elements repeated which needs to be omitted from Alpha Array.
2) Whenever there is a match between the exchange code in array Alpha and array Beta, we add the index code from array Alpha + "|" + Date from array Beta to a new array THETA.
Please note that there should be more than one match and I need all of them.
Can you Please help me as soon as possible with a code that can do the above? I would really appreciate if there is explanation as well.
https://app.box.com/s/jde0deo8qqccxsy6fqm0x5wpc4k7a3vb
Many thanks in advance.
Best,