I am trying to get the last month and year by
=Format(Date(),"mmmm" & " " & "yyyy")
Here I am getting March 2023
Actually I am trying to get the sequential last mont with year like February 2023
Tried all, but in vain
Please guide
=Format(Date(),"mmmm" & " " & "yyyy")
Here I am getting March 2023
Actually I am trying to get the sequential last mont with year like February 2023
Tried all, but in vain
Please guide