Hello!
In J2 I have Mode of Column B.
In J3 I want to have mode of column B excluding numbers equal to J2.
In J4 I want to have mode of column B excluding J2 and J3 and so forth.
I was able to get J3 to work with =Mode(if(B$2:B$107<>J2, B$2,B$107))
That works perfect. I tried adding and and...