Converting University semester weeks into calendar dates
Hello,
Can you help me convert University Semester Week Numbers into calendar dates? Can I use a conversion sheet to do this? For example, Spring Semester begins January 17, 2023- week 1. Can week one be converted to January 17, 2023? Thanks!!
Answers
-
Are you able to provide a screenshot of your sheet for reference? It should be possible, but the structure and use could change the actual solution.
-
@pkbarber26... If Week 1 is 01/17/2023, then Week 2 would be 7 days from 01/17/2023. Week 3 would be 14 days from 01/17/2023 and so forth.
In other words, if your week number is "x" then finding the date for that week would be 01/17/2023 + (x-1)*7.
Assuming that the academic week number is in a column labeled, "Academic Week", then your formula would be
= DATE(2023,1,17) + (([Academic Week]@row - 1) * 7)
If you want the formula to return the Mondays of the academic weeks, then use 01/16/2023 instead of 01/17/2023
= DATE(2023,1,16) + (([Academic Week]@row - 1) * 7)
-
Hi @pkbarber26
I see you marked @Toufong Vang's response as not answering your question; did you receive an error or an incorrect result? If we've misunderstood the question, it would be helpful to see a screen capture, as Paul noted.
Thanks!
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!