Чтобы фильтры работали: все рейтинги с гиперссылкой, нужно убрать ковычки где стоит число, иначе это число не воспринимается как число, а воспринимается как текст, соответственно фильтры не работают на них, т.е. они не показываются.
К примеру:
сейчас: ГИПЕРССЫЛКА("https://icobench.com/ico/idmoney","4.6")
нужно: ГИПЕРССЫЛКА("https://icobench.com/ico/idmoney" , 4.6)
For filters to work: all ratings with a hyperlink, you need to remove quotes where the number is, otherwise this number is not perceived as a number, but is perceived as text, accordingly the filters do not work for them, i.e. they are not shown.
For example:
now : HYPERLINK("https://icobench.com/ico/idmoney","4.6")
necessary: HYPERLINK("https://icobench.com/ico/idmoney" , 4.6)