-
cimeiformulariosFecha de consulta 6 de junio de 2025, 16:56
Buen día
Tengo una duda en las tablas.
Estoy buscando la manera de colocar una formula que me ayude a comparar si una fecha es mayor a la actual la celda coloque un mensaje de "VENCIDO" y si es menor a la fecha actual coloque un mensaje de "VIGENTE".
Lo he intentado con la formula de IF sin embargo pareciera que no ejecuta.
-
Jonathan Jotform SupportFecha de respuesta 6 de junio de 2025, 18:28
Hi cimeiformularios,
You can do it using Advance formula like this:
- IF ( ) : Logic formula
- IS_BEFORE: Returns TRUE if date_1 is before date_2 and FALSE otherwise.
- My Date: is the form field column (Date Picker element).
- TODAY: is the date today.
- EXPIRED: is the true result. You can put any text value.
- CURRENT: is the false result. You can put any text value.
Below is the screencast on how it looks on my test form table:
Give it a try, and let us know if you need any more help.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!