Calculated Value - Keep getting syntax error
Hi everyone,
I'm trying to use =DATE(YEAR(Expiration Date);MONTH(Expiration Date);DAY(Expiration Date)-30) for a new column I am trying to create but when I submit it, I get "The formula contains a syntax error or is not
supported. "
Where am I going wrong?
Thanks
May 23rd, 2011 3:02pm
Use commas, and wrap your referenced field in brackets...
=DATE(YEAR([Expiration Date]),MONTH([Expiration Date]),DAY([Expiration Date])-30)
- M
- Michael Mukalian - 2010 MS MVP SharePoint Services - MCTS: MOSS 2007 Configuration - http://www.mukalian.com/blog
Free Windows Admin Tool Kit Click here and download it now
May 23rd, 2011 3:17pm
Thanks Michael. I'm learning :-)
May 23rd, 2011 4:28pm
We all are always learning :)- Michael Mukalian - 2010 MS MVP SharePoint Services - MCTS: MOSS 2007 Configuration - http://www.mukalian.com/blog
Free Windows Admin Tool Kit Click here and download it now
May 23rd, 2011 4:29pm