martinblake02
New Member
- Joined
- Jan 13, 2016
- Messages
- 23
Hello,
I have worked out how to find the most common value and ignore blank cells.
I have used the below formula in an array:
=IFERROR(INDEX(January!$E$8:$E$1500,MODE(IF(January!$E$8:$E$1500<>"",MATCH(January!$E$8:$E$1500,January!$E$8:$E$1500,0)))),"")
now I wish to find the second most common value.
is there an easy way to do this?
Really appreciate any help
Thanks
Martin
I have worked out how to find the most common value and ignore blank cells.
I have used the below formula in an array:
=IFERROR(INDEX(January!$E$8:$E$1500,MODE(IF(January!$E$8:$E$1500<>"",MATCH(January!$E$8:$E$1500,January!$E$8:$E$1500,0)))),"")
now I wish to find the second most common value.
is there an easy way to do this?
Really appreciate any help
Thanks
Martin