Formula with "equal" and "if" in Excel
-
Hi, I'm trying to create a simple formula in an Excel spreadsheet, which is: {{#each Liquidity}}
{{#if (eq TypeCode ‘AC’)}}
OK
{{/if}}
{{/each}}
It works in a Word document, but Excel does not support ‘equal’. Does anyone have a solution?Thanks in advance.
Version : 4.7.0
-
Handlebars doesn't have an
eq
helper, but you may easily add it.
-
Thank you for your reply,
But I still get the same error:
-
I see. Would you please share a minimal playground demo replicating the issue?
https://playground.jsreport.net/