I want to write COUNTIF($X$2:$X$10532, “<” &$B$11). but an error occurs in the double quotes input.
What should I do?
I want to write COUNTIF($X$2:$X$10532, “<” &$B$11). but an error occurs in the double quotes input.
What should I do?
Hi,
Can you try the following?
"=COUNTIF($X$2:$X$10532, ""<"" &$B$11)"
Regards,
Oh! I understand. Thanks.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.