Welcome to blogs.conchango.com Sign in | Join | Help

Welcome to blogs.conchango.com

Merrick Chaffer's Blog

Sharepoint 2007 (MOSS 2007) Column Formulas

Great reference for examples of formulas that you can use in MOSS2007 list columns.

http://usa1021.wss.bcentral.com/_vti_bin/help/1033/sts/html/EgForm.htm

HideCombine text with a date or time

Use the TEXT function and the ampersand (&) operator to do this task.
Column1Column2FormulaDescription
Billing Date5-Jun-2007="Statement date: "&TEXT(Column2, "d-mmm-yyyy")Combine text with a date (Statement date: 5-Jun-2007)
Billing Date5-Jun-2007=Column1&" "&TEXT(Column2, "mmm-dd-yyyy")Combine text and date from difference columns into one column (Billing Date Jun-05-2007)
Published 24 April 2007 11:36 by merrick.chaffer

Comments

No Comments
Anonymous comments are disabled
Powered by Community Server (Personal Edition), by Telligent Systems