IF Statement using dates for a budget template
- by Leah Allen
I am working on a budget and want to automatically account for increases in rent in the correct month, I would also like to account for dates tenants move in or out. I may also sometimes have a tenant in a space all year with no changes to rent. Below is an example of my budget with all three scenarios.
SQFT BaseRentperSQft BaseRentIncrease DateofIncrease CommencementDate TermDate Jan-Decbymonth
10,000 $15.00 $15.25 05/01/2013 11/30/2013
10,000 $15.00 04/01/2013
10,000 $15.00
I would like to build a formula to accomplish all criteria. Thanks in advance, I can only write simple IF statements, this one is out of my league.