I have an array, X, of length, n, and an array, Y, of length, m -- how do I perform the implied nested-loop operation for (n x m) iterations which compares each element of X to each element of Y without the cell references of both arrays being incremented during each loop?
Bookmarks