Jan 10, 2003 #1 JSeidel Technical User Jan 10, 2003 77 US I am looking to fill in the following statement: Last Month's Statistics Month Name: How do I write a formula to say only show the name for last month? thanks!
I am looking to fill in the following statement: Last Month's Statistics Month Name: How do I write a formula to say only show the name for last month? thanks!
Jan 10, 2003 #2 mbarron Technical User Aug 3, 2001 1,247 US The following will give you "December". monthname(month(dateadd("m",-1,currentdate))) Mike Before: After Upvote 0 Downvote
The following will give you "December". monthname(month(dateadd("m",-1,currentdate))) Mike Before: After
Jan 10, 2003 #3 butkus MIS Sep 4, 2001 114 US the function - monthname - is available example monthname({my_date}) or totext({my_date}, "MMMM" will return the month name as well Upvote 0 Downvote
the function - monthname - is available example monthname({my_date}) or totext({my_date}, "MMMM" will return the month name as well