So in the calculated column I created [Total Hours Worked], I want to add [Current Hours Worked] values and keep this value in the [Total Hours Worked] column so that when someone updates [Current Hours Worked] column the value will get updated automatically.
[Total Hours Worked] = [Total Hours Worked]+[Current Hours Worked]
But following error is raised.
The formula for a calculated column can't refer to the same calculated column.
I need a work around for this.
