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
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.