Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

today function in calculated value field

Status
Not open for further replies.
Sep 25, 2002
159
US
I just discovered I cannot use the [TODAY] function in a sharepoint calculated field. How can I get around that? I need to create this formula for export to an excel spreadheet:

=IF(AND([Status] = "Open", [TODAY]> [Commit Date]), "Late Open","")

thanks
 
You can use [Today] by creating a new column as Today, then creating your calculated field and then deleting the column called today.

1 problem is that it calculates once and then stores the value in SQL2000. It will only recalculate if you open the list item and save it again.

Cheers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top