Forum Discussion
Poma
5 years agoFrequent Visitor
Show only Previous Month name
Hi, I am trying to create a dynamic title to show the previous month name: Title_Total in Previous Month = "Total in "& FORMAT( MONTH(TODAY()) -1, "MMMM") Right now we are in August so I wa...
- 5 years ago
Please try the below.
Title_Total in Previous Month ="Total in "&FORMAT(EOMONTH(TODAY(),-1), "MMMM")
Poma
5 years agoFrequent Visitor
I cleaned the cached and its correct now 🙂 thanks