So I'm trying to figure out a formula to generate a Year-to-Date amount for my personal budget. So for example, I have $1,200 budgeted for gas (annually). Next to that, I have what my YTD gas expenses are (lets say they are $600 as of 5/16/13). I want to add a formula that takes that 1,200 and generates the YTD amount of that budget.
Mathmatically I would do this as:
Annual Budget * (# of days passed this year / 365days) = YTD budget amount
$1200 * (135 days passed in 2013 / 365 days) = 443.84
I want the formula to know what date it is an continually self update.
So maybe the formula would be something like:
=sum(1200* ( (today - 1/1/13)/365 ) )
Just need to find a what to make that work.
Bookmarks