Hi,
I have a set of numerical data, each set containing 5 sets of numerical entries.
EntryNumber, A, B, C, D
I'd like to find the closest dataset values (higher or lower) for A then B then C then D.
Basically..if there's something that is similar to the chosen set of values I'd like to display alternatives so that unnecessarily similar data entries are not added without consideration.
Is there a clean/fast way of coding this?