Skip to main content

Hi SF community,

I am creating a product opportunity formula where it will take Unit Price * Quanity, but only for specific product Ids. However when I try and build this it's giving me the following error: 

"Error: Incorrect number of parameters for function 'IF()'. Expected 3, received 6" - Anyone know a way to create a formula like this?

IF(

Id <> "01tf1000004tmO1AAI",

Id <> "01tf1000004tmNrAAI",

Id <> "01tf1000004tmNwAAI",

Id <> "01tf1000004tmO6AAI",

Id <> "01tf1000004tmOkAAI",

(UnitPrice* Quantity)

)

 

 
7 risposte
0/9000