Increasing date
Hello,
I am trying to make columns that show each Monday based off of a Start Date. If the start date is 9/13/2021, the next one should be 9/20/2021, and the next column 9/27/2021.
I had a formula that was working just fine until it stopped for some reason: =Start Date + 7*(week #)
I'm not sure why that formula stopped working but is there another one that will work as well?
Answers
-
Did it start giving an error or was it outputting the wrong dates?
-
It's adding the 7*week # at the end, such as 9/20/202114, both are formatted as a date
-
How is the current date column being populated? It sounds as if either the column got switched to a text/number type or that the dates are being stored as text.
-
The original is being pulled via VLookup. However, the sheet it is pulling from I do not have access to change the column (can ask but will need a workaround until then).
-
I tried adding a helper column with this function but it came up invalid value.
=date(value(left([Date on new team]@row,2)),value(mid([Date on new team]@row,3,2)),value(right([Date on new team]@row,2)))
-
There are a couple of problems with the formula above. Will months and days always be two digits?
01/01/21
or could they be a single digit?
1/1/21
Exactly how is the date laid out?
mm/dd/yy
mm/dd/yyyy
dd/mm/yy
dd/mm/yyyy
The way you have your formula written, your date would end up looking more like this...
yy/mm/dd
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!