Hello all,
Currently working on trying to get a formula to calculate the current month but -2. i.e. want it to populate if 10 to output 8. Although when January or February comes around current month of 1 or 2 will be incorrect as it will output -1 and 0. Is there a way I can have if it say January to output 11 for November and February output 12?
Current Formula being used below:
DateTimeMonth(DateTimeToday())-2)
Again the above formula would not calculate correctly for January and February.