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?
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?
The documentation suggests that the format =COUNTIF(F10:F2095;"<"&F7) should be used
https://wiki.documentfoundation.org/Documentation/Calc_Functions/COUNTIF