Determine most frequent codes
Posted: Thu Jan 09, 2025 11:09 pm
I'm not finding anything for what I'm trying to do in searching, but honestly am not certain I'm even searching for the right terms, so I'm hoping this isn't a duplicate. What I have is collection of ticker codes and I've been using data validity to create a drop down list, then using in another cell the countif function to count how many times that ticker is found in the range. What I'd like to do is have it list out which ticker codes show up the most often. I've uploaded a truncated version of the file, the ticker section is in columns AR - AV.
I'm not the most proficient with the more advanced functions but am always trying to learn how to make it more functional. Is something like this even possible?
Or perhaps to have a list generate on a different page that removes duplicates but then sorts all of the tickers in order of frequency?
AR AS AT AU AV 1│EFT Options│Search for:│MLPX │3 │Occurances│ 2│MLPX │MDST │TPYP │USAI │EINC │ 3│MLPX │MDST │EINC │UMI │TPYP │ 4│UTES │DIVP │ECLN │RSPU │BDVG │ 5│TDIV │TDVI │IWTR │SOXX │PSI │ 6│BEEZ │TBG │MLPX │SAMM │LOPP │ 7│IDGT │DTCR │CRED │DTRE │SRVR │ 8│SAWS │PSCT │CAFG │SIXS │FSCS │ 9│JGRW │IGV │FINX │CLOD │CWS │So if you know a specific ticker you can enter it in AT1, and AU1 will spit out how many time it appears. But if I'm searching for the top say 5, I'd have to search for each code and then track how many times each shows up. Very cumbersome. I've thought about trying with conditional formats to highlight but it would only work for certain ones, or sorting but since they could be in multiple columns that wouldn't work either.
I'm not the most proficient with the more advanced functions but am always trying to learn how to make it more functional. Is something like this even possible?
Or perhaps to have a list generate on a different page that removes duplicates but then sorts all of the tickers in order of frequency?