• Udit Bansal
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi all,

I'm trying to create a custom formula field where I need to insert multiple conditions.

IF ( Invoicing_type_2__c = 3, "CPM"),
IF ( Invoicing_type_2__c = 4, "vCPM"),
IF ( Invoicing_type_2__c = 5, "vCPM"),
IF ( Invoicing_type_2__c = 6, "vCPM"),
))))

But I'm doing something wrong as I'm receiving multiple erros. (e.g. Extra ,).

Can you please help me on this topic?

Thank you,
Otilia