Hi all i want to be able to find the 10 top most common cells.
I can find the top most common with this
=INDEX($D$3:$D$35,MODE(IF($D$3:$D$35<>"",MATCH($D$3:$D$35,$D$3:$D$35,0))))
Second most common with this
=INDEX($D$3:$D$35,MATCH(LARGE(COUNTIF($D$3:$D$35,$D$3:$D$35),MAX(COUNTIF($D$3:$D$35,$D$3:$D$35))+1),COUNTIF($D$3:$D$35,$D$3:$D$35),0))
but can find the rest.
Would someone be able to help and if possible to have a formula that you only increase a number to find the next most common?
TIA
I can find the top most common with this
=INDEX($D$3:$D$35,MODE(IF($D$3:$D$35<>"",MATCH($D$3:$D$35,$D$3:$D$35,0))))
Second most common with this
=INDEX($D$3:$D$35,MATCH(LARGE(COUNTIF($D$3:$D$35,$D$3:$D$35),MAX(COUNTIF($D$3:$D$35,$D$3:$D$35))+1),COUNTIF($D$3:$D$35,$D$3:$D$35),0))
but can find the rest.
Would someone be able to help and if possible to have a formula that you only increase a number to find the next most common?
TIA