Skip to main content
Hello everyone , my formula wont work , i need help  :) i want to add a layer to a formula

 

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
1 Antwort
  1. 18. Juli 2019, 19:48
    What do you mean by layer?

     

    Also you need to use case instead of an IF function.

     

    Lastly, can you explain what you are trying to do? You are trying to multiply a unitprice by what? 
0/9000