I'm working on a program tracker that includes revenue forecasting in each month. Project durations can range from one week to six months or more and I want the revenue to be forecasted evenly over the duration of the project.
A date formula that calculates the number of days in a specific month between two dates would be amazing! I've highlighted a simplistic version of what I'm trying to accomplish with the formula in green.
@Nick Wilson it sounds like you want to proportion a "something" (in this case $10k) over certain months. This can be done through the basic functions although a bit convoluted.
This is my result and matches your sample snippet:
Well gosh @spauliszyn, you don't need to make it look so easy. lol
In all seriousness, thank you so much!!! That works perfectly.
Very Helpful!