You need to sign in to do that
Don't have an account?
Terry_0101
Yoo Hoo! How to add INCLUDE this?
Hi Gentlemen,
I want to only INCLUDE this Record Type in a formula: RecordType.Name = "Brazil Deals”
Here is my formula:
January_Revenue__c + February_Revenue__c + March_Revenue__c
I want to only INCLUDE this Record Type in a formula: RecordType.Name = "Brazil Deals”
Here is my formula:
January_Revenue__c + February_Revenue__c + March_Revenue__c
Please explain more in details, what exactly you are looking for.
IF(RecordType.Name = "Brazil Deals”, January_Revenue__c + February_Revenue__c + March_Revenue__c, 0)
This is one way where you can write it.
Regards,
Mahesh
All Answers
Please explain more in details, what exactly you are looking for.
IF(RecordType.Name = "Brazil Deals”, January_Revenue__c + February_Revenue__c + March_Revenue__c, 0)
This is one way where you can write it.
Regards,
Mahesh