Hi guys,
I’m trying to find a way to insert a formula that calculates the expiration date of leases based on the commencement date and the number of months that the contract is for. So far, I have this:
DATEADD({Commencement}, {Term (mos)}, ‘months’)...