FavoriteDenise Schofield (HM Insurance Group) asked in #Reports & DashboardsDec 13, 2020, 2:21 AMCalculate Number of DaysWhat is the formula I would use to determine the number of days between two dates in Salesforce?4 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Ankush Agarwal (Questel)Dec 13, 2020, 2:39 AMHi Denise, You may use below formula: End_Date__c - Start_Date__c If you want to find number of days from Today then you may use: Today() - Date__cShow MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Ankush Agarwal (Questel)Dec 13, 2020, 2:39 AMHi Denise, You may use below formula: End_Date__c - Start_Date__c If you want to find number of days from Today then you may use: Today() - Date__cShow More