Hi there,
I have data whereby I would like the sum of the top 10 numbers in a row and the sum of the bottom 10 numbers in a row.
I have done this before by adding another row with ranking and then doing an If statement referencing the ranking.
I want to do this operation, however, over many rows so ranking would be a pain and sorting by each row and then doing it would also be a pain.
Thoughts?
Thanks,
Sarah
I have data whereby I would like the sum of the top 10 numbers in a row and the sum of the bottom 10 numbers in a row.
I have done this before by adding another row with ranking and then doing an If statement referencing the ranking.
I want to do this operation, however, over many rows so ranking would be a pain and sorting by each row and then doing it would also be a pain.
Thoughts?
Thanks,
Sarah