Forum Discussion

Picab73's avatar
Picab73
Copper Contributor
Jun 22, 2024

COUNTIF

Hi, I am using tge COUNTIF function to count cells in a range with a 'tick' symbol. I would like to show the result as  the cells counted is % of total cells in the range. Could someone please assis...
  • PeterBartholomew1's avatar
    Jun 22, 2024

    Picab73 

    If the range were named "tick?" and the symbol is a "ü" then

    = COUNTIF(tick?, "ü") / ROWS(tick?)

    provides a percentage given the correct cell format.

Resources