Feb 22, 2021 01:24 AM
Hi Guys,
Need some help, new to Airtable. I am trying to create a formula to update a next due date for monthly rent from a contract start date instead of manually updating the dates monthly. The columns i have is Contract start date and Rent due date.
Thanks
Feb 22, 2021 10:32 AM
Hi. Is the next date always a month in the future, no matter the weekday it falls on? If so, this problem is easily addressable.
Feb 22, 2021 09:30 PM
Welcome to the community, @Pidah_Tnadah! :grinning_face_with_big_eyes: It looks like you wrote to me directly for help with this shortly after posting this thread. For the benefit of others who may find this, here’s the formula that I shared with you in our conversation:
DATEADD({Contract Starts}, DATETIME_DIFF(TODAY(), {Contract Starts}, "months") + 1, "months")