Newbies DrWill Posted November 23, 2011 Newbies Posted November 23, 2011 Hi All, Completely lost on this one. I am trying to set up a calc for interest charges for the remainder of a current month. The data that is available is the "start date" and the "Interest Per Day Charge". Need the formula to count the remaining days for the given month, then multiply by the per day cost to return a value of interest due. Example: Start Date - 11/22/2011 Per Day Charge - 25.00 Number of days - (the result would be the number of days remaining in the calendar month, including the start date) so in this example the result would be 9 based on 30 days in Nov) Obviously the calc would need to adjust automatically based on the number of days in a given month. Any help would be greatly appreciated. Dave
comment Posted November 23, 2011 Posted November 23, 2011 Try = Per Day Charge * ( Date ( Month ( Start Date ) + 1 ; 1 ; Year ( Start Date ) ) - Start Date )
Recommended Posts
This topic is 4806 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now