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”“)”
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”“)”
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
God damn it, my bad, had the wrong bloody table header
Should be
“=IF([@[ACCOUNT BALANCE]]>=0,”“CR”“,”“DR”“)”
Thanks Anil
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.