You could use an IF column to check the number rating and return the appropriate star emoji (), (
), (
), etc. Then group by that IF column.
2 Likes
You could use an IF column to check the number rating and return the appropriate star emoji (), (
), (
), etc. Then group by that IF column.