"Week Starting" date from created date

Hello Formula Gurus!
Do any of you have a formula that will return the "week starting" date based on a created date? So evaluate the created date of a row and bring back the date of Monday that week.
Thanks much,
Andrea
Andrea Zenner
Program Manager | Infrastructure & Operations
Apogee Enterprises
EAP | Mobilizer | Core Product Certified | Superstar
azenner@apog.com
Best Answers
-
=IF(WEEKDAY(Date@row) = 1, Date@row - 6, Date@row - (WEEKDAY(Date@row) - 2))
-
Here's what I got to work:
=Created@row + (2 - WEEKDAY(Created@row))
Where "Created" is the Created Date Column.
Let me know if you need any further assistance!
-Jon Mark
Answers
-
=IF(WEEKDAY(Date@row) = 1, Date@row - 6, Date@row - (WEEKDAY(Date@row) - 2))
-
Here's what I got to work:
=Created@row + (2 - WEEKDAY(Created@row))
Where "Created" is the Created Date Column.
Let me know if you need any further assistance!
-Jon Mark
-
@Leibel Shuchat Beautiful! Works exactly as I wanted. Thanks much!
Andrea
Andrea Zenner
Program Manager | Infrastructure & Operations
Apogee Enterprises
EAP | Mobilizer | Core Product Certified | Superstar
azenner@apog.com
-
@Jon Mark H that works too! π
Andrea Zenner
Program Manager | Infrastructure & Operations
Apogee Enterprises
EAP | Mobilizer | Core Product Certified | Superstar
azenner@apog.com
-
Glad to help!
-
@Leibel Shuchat thanks for this!!!!
Help Article Resources
Categories
Check out the Formula Handbook template!