I have a column "Document Date" which is manually entered. I would like to create a calculated column that defaults to "Yes", unless it's 30 days after the document date in which case it automatically turns to "No".
Is this possible within the confines of calculated columns? or will this require a workflow.
I'm using SharePoint 2013 on prem.
NOW()only updates when the item is saved/updated. So wait 24 hours and your formula is wrong: https://sharepoint.stackexchange.com/questions/151144/how-to-use-today-and-me-in-calculated-column – Danny '365CSI' Engelman May 21 '19 at 09:14