Forum Discussion
Anonymous
3 years agoNot applicable
If formula error for calculated column
Hi Experts I am getting an error with the following If formula second IF cannot see my mistake. TWC_1 = IF(QUOTEMAN[TRUSTWITHCONSEQ] = 1, "TWC", IF( QUOTEMAN[TRUSTWITHCONSEQ] = 0 && Q...
- 3 years ago
Try this "NOT(ISBLANK(QUOTEMAN[Firm Price (Exc VAT)(£)])) instead of "QUOTEMAN[Firm Price (Exc VAT)(£)]<> BLANK()"
JorgePinho
3 years agoSolution Sage
Try this "NOT(ISBLANK(QUOTEMAN[Firm Price (Exc VAT)(£)])) instead of "QUOTEMAN[Firm Price (Exc VAT)(£)]<> BLANK()"