Guys, Good day.
I have a question regarding a formulate. I need to know how many months are left in a contract, for example:
I have the start date (1/11/2011) and termination of a contract (31/12/2011) and based on what we are (26/01/2011) want to know how many months left to end the contract.
I figured it would be like = SUM (contract expires) - (date (today)) or = MONTH (Today) - CONTRACT TERMINATION
Could someone explain to me how it works?
Thanks