Posted Fri, 31 May 2019 05:59:55 GMT by

Hi, 

Is there any way to perform a lookup function with two datasets? I need to find dataset 1 info in dataset 2 info row by row. I think using basic scripting may help. 

Thanks

Posted Wed, 05 Jun 2019 00:31:19 GMT by

Hello Joes,

There is the option of either performing two separate loops, or creating a loop within a loop. However keep in mind that the innermost loop will complete before moving onto the second item of the outermost loop.

Hope this helps.

You must be signed in to post in this forum.