How can I input double quotes using Excel write cell activity?

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,

2 Likes

Oh! I understand. Thanks.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.