SharePoint Version is SharePoint 2007 Standard
Scenario: I'm trying to apply a forumla from within the additional column settings of a date/field data type. NOT on a Calculated Column. In particular, one that'll return the text display of the day that a date falls on. An example
of this would be 09/01/2014 would be returned as a Thursday The formula I'd use in a calculated column is
=TEXT(WEEKDAY([DateFieldColumn]), "dddd")
However, I return the following error message when I use it within the field itself.
"The formula contains a circular reference (the calculated column refers to itself). You must remove or change the circular reference."
Any other tweak returns an "unsupported syntax error message"
Any ideas appreciated.
Steven Andrews
SharePoint Business Analyst: LiveNation Entertainment
Blog: baron72.wordpress.com
Twitter: Follow @backpackerd00d
My Wiki Articles:
CodePlex Corner Series
Please remember to mark your question as "answered" if this solves (or helps) your problem.