Compare collections

CamiCat

Member
Hello friends,

how is it possible to comapre two collections, which are generated by extracting two Worksheets as Collections in Excel?
Thank you so much for your precious help,
Cami :)
 

Sukesh Kumaru

Active Member
Hello,

use coll1.column1name=coll2.column1name
if both are same, it returns a flag value, based on this make a decision to move that particular record or not.

use Collection Contains Value=Coll1.col1value (in this, in every iteration it checks with the value present or not, if yes returns a flag value, based on that make an operation)

Good Luck.
 

Sukesh Kumaru

Active Member
Hello,

Be specific, what exactly you want to validate or check between 2 collections and perform that operation in looping.

Good Luck.
 

CamiCat

Member
Hello @Sukesh Kumaru,

I need to check if, between the two collections, there equal rows.
For equal rows I mean rows which have 3 column values equal.
Can you please give me som indications?
Thank you,
Cami
 
Top