I am trying to build a formula to establish the number of months between the start date of a project and the end date of the project.
With Start date of 2022-09-01 and end date 2023-08-31 that is 12 months, the formula I was using below, which I thought was correct, is calculating 11 months. Where am I going wrong with this?
DateTimeDiff([ProjectEndDate],[ProjectStartDate],"months")