September 2010
S M T W T F S
« May    
 1234
567891011
12131415161718
19202122232425
2627282930  

Dealing with the [Today] problem in SharePoint Calculated Fields

Today I was presented with a problem that I thought should have been easy.  Create a calculated field that displayed the number of days that had passed from an [EndDate] field.  My first thought was to use a calculated field with a function  =[Today]-[EndDate].  When I got that, I was informed that calculated fields could [...]