Calculate the number of Months between a Date Field and Today
Use formula -
MONTH(theDateField__c) + (12*(YEAR(theDateField__c)-YEAR(TODAY()))) - MONTH(TODAY())
Calculate the number of Months between a Date Field and Today
Use formula -
MONTH(theDateField__c) + (12*(YEAR(theDateField__c)-YEAR(TODAY()))) - MONTH(TODAY())
Comments
Post a Comment