Based on a closed date and a remaining budget can I figure what the monthly spend should be
I want to be able to caluculate based on the contract closed date of a project / remaining budget what will the monthly spend be?
Best Answer
-
This depends on a lot of factors of how you want the breakdown to happen, but off the top of my head here is what I'm thinking.
I think you'll probably want to calculate how many months there are between now and the close date, and then divide the remaining budget of that number of months.
To do that you'll need to use the TODAY() function to return the current date and use the MONTH() function to pull the current month out of the date (may also need to pull the year out as well). Then you'll want to do the calculation to subtract the number of months left from TODAY() to the close date, then divide you remaining budget by that number.
Does that make sense?
Answers
-
This depends on a lot of factors of how you want the breakdown to happen, but off the top of my head here is what I'm thinking.
I think you'll probably want to calculate how many months there are between now and the close date, and then divide the remaining budget of that number of months.
To do that you'll need to use the TODAY() function to return the current date and use the MONTH() function to pull the current month out of the date (may also need to pull the year out as well). Then you'll want to do the calculation to subtract the number of months left from TODAY() to the close date, then divide you remaining budget by that number.
Does that make sense?
-
Thank you, I will give it a try!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!