Group a SharePoint List by Created Month Name and Year
Create a calculated column and insert the below formula:
=TEXT(Created,"MMMM")&"-"&YEAR(Created) This column will show you the month and year based on the "Created" column. =TEXT([Column Name],"MMMM")&"-"&YEAR([Column Name])
No comments:
Post a Comment