Forum Discussion

jsinghbest's avatar
jsinghbest
Copper Contributor
Jun 18, 2020
Solved

Least common value in a range with blank cells

I have written a formula to find the least common value in a column however it doesn't work when blank cells are in the column, so I was wondering how to get around this?    This is my formula:  =...
  • Detlef_Lewin's avatar
    Detlef_Lewin
    Jun 18, 2020

    jsinghbest 

    Try this.

     

    =INDEX(AF9:AF32,MATCH(AGGREGATE(15,6,1/(1/COUNTIFS(AF9:AF32,AF9:AF32)),1),COUNTIFS(AF9:AF32,AF9:AF32),0))

     

    Edit: Shortened the formula a bit.

     

     

Resources