Hello Team, I am trying to write a formula that takes an inputted date and outputs a M+3, D-1 formula. The very tricky part is input for 1st of month should then be M+2 / D is last day of the month
Examples:
- Input 6/5 -> output 9/4
- Input 5/25, -> output 8/24
- Input 3/31 -> output 6/30
- Input 1/1 -> output 3/31
- Input 7/1 -> output 9/30
Is this possible?