I'm trying to set up a formula that will give me the date of "Monday" relative to a given record's date. So if a record was dated today Wed June 21, I'd want the formula to give me Mon June 19.
I've done some searching on the forum here and found this formula:
DATEADD(Date,1-DATETIME_FORMAT(Date,'E'),'day')
But I'm having some issues with it—it's returning the date of Sunday, not Monday, and I can't for the life of me figure out how to adjust it!
Does anybody know how I might fix this? Thank you!