May 16, 2019
GRAY LEAF
TECHNOLOGY BLOG
How do I create a calculated date column in SharePoint to determine if 30 days have passed?
by John Laub
|
Using calculated columns in SharePoint can be useful for logical operations. Here's an example on how to create a calculated date column to determine if 30 days have passed.
- Create a date column named “Date” and save.
- Create a calculated column with data type “Yes/No” with this formula: =(Date+30)<TODAY()
Here’s how the result should look:
Want More?
Get weekly up-to-date technology tips sent straight to your inbox