Forum Discussion
Shah1827
Jul 03, 2020Copper Contributor
Sharepoint formula problem
Hello Everyone,
As I am trying to add calculated column it is showing error.
For going in details please find attachments.
Regards,
Sagar Shah
- racrigBrass Contributor
Shah1827 Not sure what you are trying to calculate, but here are some references for sharepoint calculated columns:
Extract date components using TEXT()
But yes, your column must be of type "Calculated" if you want a value derived from a formula. It can't be Single Line of Text.
Shah1827 the error indicates that you can't see the default value based on another column. That's because your column type is single line of text. You need to use a Calculated Column instead.
- Shah1827Copper ContributorBut for date column how can we use calculated column.
- Shah1827Copper Contributor
Hello ,
Thanks for your reply as I am trying to generate report of daily task , so I am trying to calculate how many hours Employee has done work. like start date and timing to end date and timing.