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
Esto 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.
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.
adolfoalberto
Mar 18, 2022Copper Contributor
Ha vuelto el error, se ha solucionado temporalmente pero ha vuelto.