J
JS
Hi,
I have a row of data like below:
Frequency1 Frequency2 Frequency3 Frequency4......
2 5 7 3
I need to pick the top 10 (highest numbers) in the row (7, 5, 3, 2
etc.). How do I do it?
Can I sort and do Top N for multiple columns as you can do for multiple
rows (1 column)?
Thank you so much!
JS
I have a row of data like below:
Frequency1 Frequency2 Frequency3 Frequency4......
2 5 7 3
I need to pick the top 10 (highest numbers) in the row (7, 5, 3, 2
etc.). How do I do it?
Can I sort and do Top N for multiple columns as you can do for multiple
rows (1 column)?
Thank you so much!
JS