
Originally Posted by
shane24
Column J = Source Number
Column K = How many times that number appears in another database
Example:
J K
1 57
2 53
3 56
4 54
5 62
6 56
7 48
8 49
9 60
In cell P1 I want to display the first most frequent number from column J based on its frequency in column K, then in P2 the next most frequent number and so forth till I reach the 9th most frequent number in P9.
So my result in this scenario would be P1=5, P2=9, P3=1 ... P9=7
What is the formula in the P column that I need to use? I started using the formula LARGE(K1:K9,1) for the largest, LARGE(K1:K9,2) for the next and so forth. However, I was getting the result of column K and not the corresponding number in column J.
Please let me know how to fix this.
Thanks,
Shane
Bookmarks