Excel formula, extra quotes?

Hi Guys,

Quotation issues here, 1st is the actual excel formula.
=IF([@[ACCOUNT STATUS]]>=0,“CR”,“DR”)

Below ive placed extra quotations but getting an error.
“=IF([@[ACCOUNT STATUS]]>=0,”“CR”“,”“DR”“)”

Screenshot 2023-02-24 172514

@MikeC

I am not sure what @Account Status does…but its not the quotation issue…mostly looks like the formula is little off…can you please check it on excel…

cheers

1 Like

Hi Anil,

Formula works perfectly, “Account Status” is a table header.

Thanks

God damn it, my bad, had the wrong bloody table header :roll_eyes:

Should be
“=IF([@[ACCOUNT BALANCE]]>=0,”“CR”“,”“DR”“)”

Thanks Anil

1 Like

@MikeC

Happy Automation…there must be something else only off…good to know

cheers

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