C
CamENG
Hello,
I have an interesting situation, that I hope this deep well of knowledge can help me solve. I basically have an ideal row of data in excel (each column represents a different variable), and I then have a list of other rows which have varied values in their columns (as shown below).
Ideal Row 40 20 12300 0.50
Row A 38 18 12000 0.48
Row B 45 11 12299 0.25
Row C 28 21 18000 0.52
What I want to now do is see which of these rows is the most like the idealrow (based on equal weighting of the columns).
The only idea I have, is to take the difference between each value in the test row against the value in the ideal row and then sum the differences to see which row contains the smallest sum of differences.
however, is there a better way to do this? Anybody have any thoughts?
All the best,
CamENG
I have an interesting situation, that I hope this deep well of knowledge can help me solve. I basically have an ideal row of data in excel (each column represents a different variable), and I then have a list of other rows which have varied values in their columns (as shown below).
Ideal Row 40 20 12300 0.50
Row A 38 18 12000 0.48
Row B 45 11 12299 0.25
Row C 28 21 18000 0.52
What I want to now do is see which of these rows is the most like the idealrow (based on equal weighting of the columns).
The only idea I have, is to take the difference between each value in the test row against the value in the ideal row and then sum the differences to see which row contains the smallest sum of differences.
however, is there a better way to do this? Anybody have any thoughts?
All the best,
CamENG