Monday, April 23, 2018

SharePoint - concatenate title and created date in calculated column

This will show you how to create a calculated column that concatenates the title and created date:

Use this formula in your calculated column:
=CONCATENATE(Title," (Posted: ",TEXT(Created,"MMM dd yyyy"),")")


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.