Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mahitham
Creator II
Creator II

=Month(Max(Date))-1 not working

Hi Experts,

Can any one please help me on below requirement.

I have taken

=Month(Max(Date)) then getting Jun as Max Month

but when I have taken

=Month(Max(Date))-1 then getting 5 instead of May.


Please help me how to get May for =Month(Max(Date))-1 instead of number 5


Thanks in advance.

1 Solution

Accepted Solutions
agigliotti
Partner - Champion
Partner - Champion

let's try as below:

=Month( AddMonths( Max(Date), -1 ) )

View solution in original post

3 Replies
sunilkumarqv
Specialist II
Specialist II

try below

=Month(AddMonths(Date),-1))


=Month(Max(Date) -1 )

agigliotti
Partner - Champion
Partner - Champion

let's try as below:

=Month( AddMonths( Max(Date), -1 ) )

ChennaiahNallani
Creator III
Creator III

try like below

Capture.PNG