Forum Discussion
AVP68
May 12, 2019Copper Contributor
Overall/Final Rank from multiple ranked lists
Lets say I have from 25 sources of the same lists of data of items that have been ranked. The data list has 5 items ranked from position 1 (best) to position 5 (worst). How do I create an overall r...
Detlef_Lewin
May 13, 2019Silver Contributor
You can use AVERAGE() or MEDIAN() or MODE() to calculate a value for each item.
I would suggest either MEDIAN() or MODE().
AVP68
May 14, 2019Copper Contributor
Detlef_Lewin I tried few of these and The MEDIAN and AVERAGE gives more accurate results and better suited. Thanks.