• Reginald Martin
  • NEWBIE
  • 0 Points
  • Member since 2022

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

I have a formula that works as designed but need to make it work only for a specific record type.  My formula is below.  I appreciate any help provided.

 

IF ( INCLUDES ( Account.Blog_Selections__c , "used-car-values.com" ), "used-car-values.com; ",null ) &
IF ( INCLUDES ( Account.Blog_Selections__c , "my-home-improvement.com" ), "my-home-improvement.com; ",null ) &
IF ( INCLUDES ( Account.Blog_Selections__c, "rentals-on-vacation.com" ), "rentals-on-vacation.com; ",null ) &
IF ( INCLUDES ( Account.Blog_Selections__c, "client’s website blog" ), "client’s website blog; ",null )