Need the Date of the beginning of the week.
how do I create a Week of Date based on dates during the week? For example the Delivery date of 10/21 I want populate the Week Delivery Date with the week number Date. Do I need to create and additional week number column or is there a formula I can use?
Best Answers
-
Make sure that the column you are putting the formula in is set to a date type column.
-
yep that was it! thank you.
Answers
-
Do you mean the Monday of that week?
-
-
Ok. And what happens for weekends? Does Saturday and Sunday go to the previous Monday or the following Monday, or are they split so that one goes one way and the other goes the other way?
-
Saturday and Sunday go to the previous Monday
-
Give this a try:
=[Date Column Name]@row + (2 - WEEKDAY([Date Column Name]@row)) - IF(WEEKDAY([Date Column Name]@row) = 1, 7, 0)
-
I'm getting an error
-
Make sure that the column you are putting the formula in is set to a date type column.
-
yep that was it! thank you.
-
Excellent. Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!