Pestomania
Active Member
- Joined
- May 30, 2018
- Messages
- 332
- Office Version
- 365
- Platform
- Windows
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 function to keep it going but can't get it to work.
=Mode(if(and(B$2:B$107<>J2, B$2:B$107<>J3 , B$2,B$107))
I am using [Ctrl]+[Shift]+[Enter]
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 function to keep it going but can't get it to work.
=Mode(if(and(B$2:B$107<>J2, B$2:B$107<>J3 , B$2,B$107))
I am using [Ctrl]+[Shift]+[Enter]