Forum Discussion
Jakub_Wolak
Mar 11, 2022Copper Contributor
Error: Column validation failed when evaluating formulas [Need Assistance]
Hello, I have a SharePoint list that I have been using and it has been working fine. The next day I go on, and I get the following message when trying to add or edit an item: Error: Column v...
adolfoalberto
Mar 18, 2022Copper Contributor
Hi,
In the formula =IF(LEN([Date reported])=0,0,DATEDIF([Date reported],TODAY(),"d"))
I replaced the "d" for "D" and this solved my issue.
The working formula (in my case) will be like this
=IF(LEN([Date reported])=0,0,DATEDIF([Date reported],TODAY(),"D"))
Hope this helps.
- adolfoalbertoMar 18, 2022Copper ContributorSorry, the error is back.
- adolfoalbertoMar 18, 2022Copper ContributorEsto también vale para las fórmulas en español,
en la fórmula de Días de antigüedad,
=IF(LEN([Fecha de notificación])=0;0;SIFECHA([Fecha de notificación];TODAY();"d"))
si se cambia la "d" por "D" se soluciona (en mi caso) el problema.
La fórmula final quedaría así
=IF(LEN([Fecha de notificación])=0;0;SIFECHA([Fecha de notificación];TODAY();"D"))
Espero que sirva de ayuda.- adolfoalbertoMar 18, 2022Copper ContributorHa vuelto el error, se ha solucionado temporalmente pero ha vuelto.