Thanks in advance for the input
UnitPrice *
IF(
ISBLANK(TEXT( Marketer_Special_C__c ),
"A",1,
"B",0.70,
"C",0.70,
0
)
CASE(
BLANKVALUE( TEXT( Opportunity.Marketer_c ),
TEXT(Opportunity.Account.Marketer__c),
"A",1,
"B",0.70,
"C",0.70,
0
18 réponses
Hi Amin,
There are several syntax errors in the above formula, to a point where I can't exactly figure out what it's trying to do. Would you mind explaining what you need the formula to return?