Is there any way to compare the contents of two arrays?
This is to verify data entry... in certain cases records will be double keyed to check for accuracy. I would like a quick easy way to check the similarity of two sets of data.
For instance, in the example below i would like a formula that returns "true" since the data is exactly the same.
Record1 4 5 6 4 1
Record1 4 5 6 4 1
Is there anyway to do this?
Thanks!
Bookmarks