Countif not working?

the cell formula is
=COUNTIF(F10:F2095,"<f7")
If I have a value in f7, it always returns 0.
If I replace the characters f7 with a numeric, it works.

Is there a setting I don’t know about?

Your formula returns how often the text “>f7” occurs in F10:F2095.
105065.ods (29.2 KB)

1 Like

The documentation suggests that the format =COUNTIF(F10:F2095;"<"&F7) should be used

https://wiki.documentfoundation.org/Documentation/Calc_Functions/COUNTIF

3 Likes