I have a spreadsheet that holds information for over 1000 individuals. There are three scores per individual. We have a "model" individual and I want to find the individual that most closely matches the model. It doesn't matter if their scores are higher or lower, just closer.
Model Individual 16, 21, 10
Individual 1, 20, 17, 8
Individual 2, 1, 45, 10
Individual 3, 16, 3, 17
Is there a formula (code?) I can use to find the closest match? (In this case the closest match would be Individual 1 because all three numbers are closer, even though the others have an exact match on one parameter). The formula needs to look at each separate parameter and then determine the closest match overall. It would also be nice to sort them from closest match to least matching. For example,given the above information compared to the model:
Individual 1 is +4, -4, -2;
Individual 2 is -15, +24, 0;
Individual 3 is 0, -18, +7;
Individual 3 is next closest because, overall, he is closer to the model's parameters on each score than Individual 2. Does that make sense?
Thanks for letting me pick your brains! Have a fabu day!
Deborah
Model Individual 16, 21, 10
Individual 1, 20, 17, 8
Individual 2, 1, 45, 10
Individual 3, 16, 3, 17
Is there a formula (code?) I can use to find the closest match? (In this case the closest match would be Individual 1 because all three numbers are closer, even though the others have an exact match on one parameter). The formula needs to look at each separate parameter and then determine the closest match overall. It would also be nice to sort them from closest match to least matching. For example,given the above information compared to the model:
Individual 1 is +4, -4, -2;
Individual 2 is -15, +24, 0;
Individual 3 is 0, -18, +7;
Individual 3 is next closest because, overall, he is closer to the model's parameters on each score than Individual 2. Does that make sense?
Thanks for letting me pick your brains! Have a fabu day!
Deborah