That Solution that I Give you in the previous post, works but the thing is that if you check the database tomorrow it would have the tomorrows date. What I Suggest is to create a column that identifies when the Float Request Sent was modified (Last M...
Hi Matt, I usually use IF(AND()) to check if the columns I am trying to review have content in them. For example:IF(AND({Float Request Sent}),DATETIME_FORMAT(TODAY(),'MM/DD/YYYY'))I hope this helps troubleshoot your formula field! Please let me know ...